Skip to content

Commit 734c490

Browse files
committed
Fix incorrect paths
Signed-off-by: Ian <[email protected]>
1 parent 43eff8a commit 734c490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/features/CheckAllSupportedSimdFeatures.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ if (NOT DEFINED CCMATH_ROOT_DIR)
22
message(FATAL_ERROR "CCMATH_ROOT_DIR is not defined. Did you forget to include the main CMakeLists.txt?")
33
endif ()
44

5-
include(${CCMATH_ROOT_DIR}/cmake/config/features/simd/CheckFMASupport.cmake)
5+
include(${CCMATH_ROOT_DIR}/cmake/features/simd/CheckFMASupport.cmake)
66

77
if (NOT CCMATH_DISABLE_SVML_USAGE)
8-
include(${CCMATH_ROOT_DIR}/cmake/config/features/simd/CheckSVMLSupport.cmake)
8+
include(${CCMATH_ROOT_DIR}/cmake/features/simd/CheckSVMLSupport.cmake)
99
endif ()

0 commit comments

Comments
 (0)