You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(WARNING "The compiler ${CMAKE_CXX_COMPILER} has no C++11 support. Tests will not be compiled. To enable tests use a compiler that supports C++11.")
62
62
ENDIF()
63
63
64
+
if (${CMAKE_SYSTEM_NAME}MATCHES"Darwin")
65
+
# ugly-hack - fix [-Werror,-Wdeprecated-copy] in macos
66
+
add_compile_options(-Wno-deprecated)
67
+
endif()
68
+
64
69
list (APPENDCMAKE_MODULE_PATH${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
0 commit comments