File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,6 @@ if(APPLE)
138
138
add_apple_compiler_options (the_module )
139
139
endif ()
140
140
141
- if (BUILD_SHARED_LIBS )
142
- add_definitions (-DHIGHGUI_EXPORTS )
143
- endif ()
144
-
145
141
if (MSVC )
146
142
set_target_properties (${the_module} PROPERTIES LINK_FLAGS "/NODEFAULTLIB:atlthunk.lib /NODEFAULTLIB:atlsd.lib /NODEFAULTLIB:libcmt.lib /DEBUG" )
147
143
endif ()
Original file line number Diff line number Diff line change @@ -116,10 +116,6 @@ if(APPLE)
116
116
add_apple_compiler_options (the_module )
117
117
endif ()
118
118
119
- if (BUILD_SHARED_LIBS )
120
- add_definitions (-DIMGCODECS_EXPORTS )
121
- endif ()
122
-
123
119
if (MSVC )
124
120
set_target_properties (${the_module} PROPERTIES LINK_FLAGS "/NODEFAULTLIB:atlthunk.lib /NODEFAULTLIB:atlsd.lib /NODEFAULTLIB:libcmt.lib /DEBUG" )
125
121
endif ()
Original file line number Diff line number Diff line change @@ -244,10 +244,6 @@ if(APPLE)
244
244
add_apple_compiler_options (the_module )
245
245
endif ()
246
246
247
- if (BUILD_SHARED_LIBS )
248
- add_definitions (-DVIDEOIO_EXPORTS )
249
- endif ()
250
-
251
247
if (MSVC )
252
248
set_target_properties (${the_module} PROPERTIES LINK_FLAGS "/NODEFAULTLIB:atlthunk.lib /NODEFAULTLIB:atlsd.lib /NODEFAULTLIB:libcmt.lib /DEBUG" )
253
249
endif ()
You can’t perform that action at this time.
0 commit comments