We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eff8a commit 734c490Copy full SHA for 734c490
cmake/features/CheckAllSupportedSimdFeatures.cmake
@@ -2,8 +2,8 @@ if (NOT DEFINED CCMATH_ROOT_DIR)
2
message(FATAL_ERROR "CCMATH_ROOT_DIR is not defined. Did you forget to include the main CMakeLists.txt?")
3
endif ()
4
5
-include(${CCMATH_ROOT_DIR}/cmake/config/features/simd/CheckFMASupport.cmake)
+include(${CCMATH_ROOT_DIR}/cmake/features/simd/CheckFMASupport.cmake)
6
7
if (NOT CCMATH_DISABLE_SVML_USAGE)
8
- include(${CCMATH_ROOT_DIR}/cmake/config/features/simd/CheckSVMLSupport.cmake)
+ include(${CCMATH_ROOT_DIR}/cmake/features/simd/CheckSVMLSupport.cmake)
9
0 commit comments