2
0
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:
Peter Dimov
2025-10-19 13:59:23 +03:00
parent 966b9debd2
commit e107bd7b55

View File

@@ -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