Skip to content

Commit e107bd7

Browse files
committed
Fix 3.19 version check
1 parent 966b9de commit e107bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ target_link_libraries(boost_assert
1919

2020
# Add headers and .natvis to project, for better IDE integration
2121

22-
if(CMAKE_VERSION VERSION_GREATER 3.18)
22+
if(NOT CMAKE_VERSION VERSION_LESS 3.19)
2323

2424
# Using target_sources with PRIVATE or PUBLIC on INTERFACE targets requires 3.19
2525

0 commit comments

Comments
 (0)