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

cmake: fix add_apple_compiler_options() calls and OBJCXX handling

This commit is contained in:
Alexander Alekhin
2021-02-13 00:35:18 +00:00
parent fba70f7991
commit d2d6eba16a
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ ocv_create_module(${HIGHGUI_LIBRARIES})
macro(ocv_highgui_configure_target)
if(APPLE)
add_apple_compiler_options(the_module)
add_apple_compiler_options(${the_module})
endif()
if(MSVC)