1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

cmake: cleanup unused defines

This commit is contained in:
Alexander Alekhin
2017-02-10 15:18:29 +03:00
parent a347569350
commit 8633ef451e
3 changed files with 0 additions and 12 deletions
-4
View File
@@ -116,10 +116,6 @@ if(APPLE)
add_apple_compiler_options(the_module)
endif()
if(BUILD_SHARED_LIBS)
add_definitions(-DIMGCODECS_EXPORTS)
endif()
if(MSVC)
set_target_properties(${the_module} PROPERTIES LINK_FLAGS "/NODEFAULTLIB:atlthunk.lib /NODEFAULTLIB:atlsd.lib /NODEFAULTLIB:libcmt.lib /DEBUG")
endif()