cmake: got rid of target_compile_options which are better controlled by the build type.

This commit is contained in:
2018-06-06 13:09:39 +02:00
parent db1e4dc570
commit 215faf6e50
16 changed files with 0 additions and 48 deletions

View File

@@ -51,9 +51,6 @@ set_target_properties(PMagProximityFitter
VERSION ${P_MAG_PROXIMITY_FITTER_VERSION}
)
#--- add compile options for optimization -------------------------------------
target_compile_options(PMagProximityFitter PUBLIC -O3)
#--- add library dependencies -------------------------------------------------
target_link_libraries(PMagProximityFitter ${FFTW3_LIBRARY} ${ROOT_LIBRARIES} PUserFcnBase)