Skip to content

Commit

Permalink
Fix incorrect paths
Browse files Browse the repository at this point in the history
Signed-off-by: Ian <[email protected]>
  • Loading branch information
Rinzii committed Jan 25, 2025
1 parent 43eff8a commit 734c490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/features/CheckAllSupportedSimdFeatures.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ if (NOT DEFINED CCMATH_ROOT_DIR)
message(FATAL_ERROR "CCMATH_ROOT_DIR is not defined. Did you forget to include the main CMakeLists.txt?")
endif ()

include(${CCMATH_ROOT_DIR}/cmake/config/features/simd/CheckFMASupport.cmake)
include(${CCMATH_ROOT_DIR}/cmake/features/simd/CheckFMASupport.cmake)

if (NOT CCMATH_DISABLE_SVML_USAGE)
include(${CCMATH_ROOT_DIR}/cmake/config/features/simd/CheckSVMLSupport.cmake)
include(${CCMATH_ROOT_DIR}/cmake/features/simd/CheckSVMLSupport.cmake)
endif ()

0 comments on commit 734c490

Please sign in to comment.