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 4022c2f commit 25d6f84Copy full SHA for 25d6f84
CMakeLists.txt
@@ -184,7 +184,7 @@ INSTALL (DIRECTORY include/
184
185
INCLUDE (CMakePackageConfigHelpers)
186
187
-IF (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14)
+IF (NOT (CMAKE_VERSION VERSION_LESS 3.14))
188
SET (extra_version_file_args ARCH_INDEPENDENT)
189
ENDIF ()
190
SET (cmake_config_path "lib/cmake/msgpackc-cxx")
0 commit comments