We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27ad4a commit 01713e2Copy full SHA for 01713e2
CMakeLists.txt
@@ -23,6 +23,8 @@ include (cmake/yup.cmake)
23
_yup_get_project_version_string (${CMAKE_CURRENT_LIST_DIR}/modules yup_version)
24
_yup_message (STATUS "Building project version ${yup_version}")
25
26
+set (CMAKE_CXX_SCAN_FOR_MODULES 0)
27
+
28
if (YUP_PLATFORM_MAC)
29
set (CMAKE_OSX_DEPLOYMENT_TARGET 11.0)
30
set (CMAKE_XCODE_GENERATE_SCHEME OFF)
0 commit comments