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 8a2a7e2 commit c4f90e4Copy full SHA for c4f90e4
CMakeLists.txt
@@ -21,9 +21,6 @@ if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
21
endif()
22
23
list(APPEND CMAKE_MODULE_PATH "${RTTR_LIBUTIL_DIR}/cmake")
24
- if(CMAKE_VERSION VERSION_LESS 3.14)
25
- list(APPEND CMAKE_MODULE_PATH "${RTTR_LIBUTIL_DIR}/cmake/cmake_3.14")
26
- endif()
27
28
include(RttrCoverageCfg)
29
include(EnableCCache)
0 commit comments