Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tytan652 committed Jul 9, 2024
1 parent 1045e57 commit efd9e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/finders/FindSIMDE.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#[=======================================================================[.rst
FindSIMDE
-------
---------

FindModule for SIMD Everywhere

Expand Down Expand Up @@ -70,9 +70,9 @@ else()
endif()

if(CMAKE_HOST_SYSTEM_NAME MATCHES "Darwin|Windows")
set(AMF_ERROR_REASON "Ensure that obs-deps is provided as part of CMAKE_PREFIX_PATH.")
set(SIMDE_ERROR_REASON "Ensure that obs-deps is provided as part of CMAKE_PREFIX_PATH.")
elseif(CMAKE_HOST_SYSTEM_NAME MATCHES "Linux|FreeBSD")
set(AMF_ERROR_REASON "Ensure SIMD Everywhere is available in local library paths.")
set(SIMDE_ERROR_REASON "Ensure SIMD Everywhere is available in local library paths.")
endif()

find_package_handle_standard_args(
Expand Down

0 comments on commit efd9e74

Please sign in to comment.