1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-16 20:23:02 +00:00
This commit is contained in:
Carles Fernandez 2016-07-02 19:14:05 +02:00
parent d92b3598d7
commit 8cdcbb17d1

View File

@ -265,7 +265,7 @@ message(STATUS " Modify using: -DENABLE_TESTING=ON/OFF")
# Option to enable post-build profiling using volk_profile, off by default
########################################################################
OPTION(ENABLE_PROFILING "Launch system profiler after build" OFF)
if(ENABLE_STATIC_LIBS)
if(ENABLE_PROFILING)
set(ENABLE_STATIC_LIBS ON)
if(DEFINED VOLK_CONFIGPATH)
get_filename_component(VOLK_CONFIGPATH ${VOLK_CONFIGPATH} ABSOLUTE)