mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-13 14:23:11 +00:00
Fix wrong expression
This commit is contained in:
parent
2d81495508
commit
9b98815ff8
@ -762,7 +762,7 @@ if(NOT (GNURADIO_VERSION VERSION_LESS 3.8))
|
||||
if(POLICY CMP0057)
|
||||
cmake_policy(SET CMP0057 NEW)
|
||||
endif()
|
||||
if(ENABLE_UNIT_TESTING_EXTRA OFF) # Workaround for GPSTk
|
||||
if(NOT ENABLE_UNIT_TESTING_EXTRA) # Workaround for GPSTk
|
||||
find_package(FILESYSTEM)
|
||||
set_package_properties(FILESYSTEM PROPERTIES
|
||||
URL "https://en.cppreference.com/w/cpp/filesystem"
|
||||
|
Loading…
x
Reference in New Issue
Block a user