mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-28 09:54:51 +00:00
Fix macports compilation
This commit is contained in:
parent
7c59362177
commit
ba5b057302
@ -91,4 +91,6 @@ install(DIRECTORY DESTINATION etc/gnss-sdr/data/)
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/conf/gnss-sdr.conf DESTINATION etc/gnss-sdr/conf
|
||||
RENAME default.conf)
|
||||
|
||||
install(PROGRAMS ${CMAKE_BINARY_DIR}/volk_gnsssdr_module/build/apps/volk_gnsssdr_profile DESTINATION bin)
|
||||
if(NOT VOLK_GNSSSDR_FOUND)
|
||||
install(PROGRAMS ${CMAKE_BINARY_DIR}/volk_gnsssdr_module/build/apps/volk_gnsssdr_profile DESTINATION bin)
|
||||
endif(NOT VOLK_GNSSSDR_FOUND)
|
Loading…
Reference in New Issue
Block a user