1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-27 21:47:39 +00:00

Improve consistency of CMake scripts

This commit is contained in:
Carles Fernandez
2020-06-24 11:42:45 +02:00
parent d2a90370d5
commit ba022cc5f7
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ endif()
if(USE_BOOST_ASIO_IO_CONTEXT)
target_compile_definitions(tracking_libs
PUBLIC
-DUSE_BOOST_ASIO_IO_CONTEXT
-DUSE_BOOST_ASIO_IO_CONTEXT=1
)
endif()