1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-07 14:37:02 +00:00

Always build front-end-cal

This commit is contained in:
Anthony Arnold 2015-05-17 01:31:53 +10:00
parent 322a812447
commit fd59c4351b

View File

@ -17,7 +17,7 @@
# #
if(ENABLE_OSMOSDR) #if(ENABLE_OSMOSDR)
set(FRONT_END_CAL_SOURCES front_end_cal.cc) set(FRONT_END_CAL_SOURCES front_end_cal.cc)
include_directories( include_directories(
@ -97,4 +97,4 @@ if(ENABLE_OSMOSDR)
install(FILES ${CMAKE_BINARY_DIR}/front-end-cal.1.gz DESTINATION share/man/man1) install(FILES ${CMAKE_BINARY_DIR}/front-end-cal.1.gz DESTINATION share/man/man1)
endif(NOT GZIP_NOTFOUND) endif(NOT GZIP_NOTFOUND)
endif(ENABLE_OSMOSDR) #endif(ENABLE_OSMOSDR)