cmake: got rid of target_compile_options which are better controlled by the build type.
This commit is contained in:
3
src/external/Nonlocal/CMakeLists.txt
vendored
3
src/external/Nonlocal/CMakeLists.txt
vendored
@ -45,9 +45,6 @@ set_target_properties(PNL_PippardFitter
|
||||
VERSION ${PNL_PIPPARDFITTER_VERSION}
|
||||
)
|
||||
|
||||
#--- add compile options for optimization -------------------------------------
|
||||
target_compile_options(PNL_PippardFitter PUBLIC -O3)
|
||||
|
||||
#--- add library dependencies -------------------------------------------------
|
||||
target_link_libraries(PNL_PippardFitter ${FFTW3_LIBRARY} ${ROOT_LIBRARIES} PUserFcnBase)
|
||||
|
||||
|
Reference in New Issue
Block a user