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
if (CMAKE_VERSIONVERSION_LESS${CMAKE_MINIMUM_VERSION})
14
-
message("warning: The system CMake version ${CMAKE_VERSION} is lower than the recommended version ${CMAKE_MINIMUM_VERSION} which may cause unexpected build failure especially for complicated project. Please upgrade CMake to version ${CMAKE_MINIMUM_VERSION} or above.")
15
-
endif()
16
-
17
7
# Source-less library that encapsulates all the global compiler options needed
0 commit comments