File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ include("cmake/toml.cmake")
80
80
add_library (svs_x86_options_base INTERFACE )
81
81
add_library (svs::x86_options_base ALIAS svs_x86_options_base )
82
82
if (CMAKE_SYSTEM_PROCESSOR MATCHES "(x86)|(X86)|(amd64)|(AMD64)" )
83
- target_compile_options (svs_x86_options_base INTERFACE -march=nehalem -mtune=nehalem )
83
+ target_compile_options (svs_x86_options_base INTERFACE -march=ivybridge -mtune=ivybridge )
84
84
include ("cmake/multi-arch.cmake" )
85
85
endif ()
86
86
@@ -120,7 +120,7 @@ set(LIB_CONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/svs")
120
120
121
121
# Install headers and target information.
122
122
install (
123
- TARGETS svs_export svs_devel svs_compile_options svs_native_options
123
+ TARGETS svs_export svs_devel svs_compile_options svs_native_options svs_x86_options_base
124
124
EXPORT svs-targets
125
125
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
126
126
)
You can’t perform that action at this time.
0 commit comments