mirror of
https://github.com/boostorg/assert.git
synced 2026-07-21 13:13:34 +00:00
Fix 3.19 version check
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ target_link_libraries(boost_assert
|
||||
|
||||
# Add headers and .natvis to project, for better IDE integration
|
||||
|
||||
if(CMAKE_VERSION VERSION_GREATER 3.18)
|
||||
if(NOT CMAKE_VERSION VERSION_LESS 3.19)
|
||||
|
||||
# Using target_sources with PRIVATE or PUBLIC on INTERFACE targets requires 3.19
|
||||
|
||||
|
||||
Reference in New Issue
Block a user