mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-16 06:44:57 +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
|
install(FILES ${CMAKE_SOURCE_DIR}/conf/gnss-sdr.conf DESTINATION etc/gnss-sdr/conf
|
||||||
RENAME default.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