Fix cmake warning

master
Xavier Arteaga 4 years ago committed by Andre Puschmann
parent ef799a9b42
commit bd68e5f3b3

@ -181,7 +181,7 @@ if (ENABLE_SSE)
# Force skylake architecture without AVX512 # Force skylake architecture without AVX512
set(GCC_ARCH "skylake") set(GCC_ARCH "skylake")
message(STATUS "This is a skylake-avx512 CPU, as AVX512 was disabled the architecture will be set to skylake") message(STATUS "This is a skylake-avx512 CPU, as AVX512 was disabled the architecture will be set to skylake")
endif (${IS_SKYLAKE_AVX512}) endif ()
endif() endif()

Loading…
Cancel
Save