mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-19 00:04:58 +00:00
Set definition to PRIVATE
This commit is contained in:
parent
7e823123a2
commit
94bef678af
@ -193,7 +193,7 @@ if(ENABLE_AD9361 OR ENABLE_FMCOMMS2 OR ENABLE_PLUTOSDR)
|
||||
if(LIBAD9361_VERSION)
|
||||
if(LIBAD9361_VERSION VERSION_GREATER 0.1)
|
||||
target_compile_definitions(signal_source_adapters
|
||||
PUBLIC -DLIBAD9361_VERSION_GREATER_THAN_01=1
|
||||
PRIVATE -DLIBAD9361_VERSION_GREATER_THAN_01=1
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
@ -73,7 +73,7 @@ if(ENABLE_FMCOMMS2 OR ENABLE_AD9361)
|
||||
if(LIBAD9361_VERSION)
|
||||
if(LIBAD9361_VERSION VERSION_GREATER 0.1)
|
||||
target_compile_definitions(signal_source_libs
|
||||
PUBLIC -DLIBAD9361_VERSION_GREATER_THAN_01=1
|
||||
PRIVATE -DLIBAD9361_VERSION_GREATER_THAN_01=1
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user