mirror of
https://github.com/boostorg/assert.git
synced 2026-01-19 04:02:09 +00:00
Fix 3.19 version check
This commit is contained in:
@@ -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