Skip to content

Commit c4f90e4

Browse files
committed
Remove workaround for CMake 3.14
CMake 3.16 is required, so we can assume those modules are available.
1 parent 8a2a7e2 commit c4f90e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
2121
endif()
2222

2323
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()
2724

2825
include(RttrCoverageCfg)
2926
include(EnableCCache)

0 commit comments

Comments
 (0)