We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966b9de commit e107bd7Copy full SHA for e107bd7
CMakeLists.txt
@@ -19,7 +19,7 @@ target_link_libraries(boost_assert
19
20
# Add headers and .natvis to project, for better IDE integration
21
22
-if(CMAKE_VERSION VERSION_GREATER 3.18)
+if(NOT CMAKE_VERSION VERSION_LESS 3.19)
23
24
# Using target_sources with PRIVATE or PUBLIC on INTERFACE targets requires 3.19
25
0 commit comments