Skip to content

Commit

Permalink
remove obsolete cmake statement
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Jul 15, 2021
1 parent 5c0d994 commit c022e22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ endif()

if(WIN32 AND MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE=1)
set_target_properties(war1tool PROPERTIES LINK_FLAGS "${LINK_FLAGS}")
else()
include(CheckCXXSourceCompiles)
set(FS_SRC "
Expand Down

0 comments on commit c022e22

Please sign in to comment.