Skip to content

Commit

Permalink
cmake format
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan511 committed Aug 19, 2023
1 parent 39b9279 commit 917bbda
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cmake/FindSimdSort.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if(NOT TARGET SimdSort::simdsort)
# \t]+\"+[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\"[ \t]*" ) # Extracts the dotted
# version number in quotation marks as # SIMD_SORT_VERSION_STRING string(REGEX
# REPLACE "#define EVE_LIB_VERSION \"([0-9]+\.[0-9]+\.[0-9]+\.[0-9])\"" "\\1"
# SIMD_SORT_VERSION_STRING "${EVE_VERSION_DEFINE_LINE}" ) else() hpx_error( "Could
# not find EVE_ROOT/include/eve/version.hpp. Please check your eve
# SIMD_SORT_VERSION_STRING "${EVE_VERSION_DEFINE_LINE}" ) else() hpx_error(
# "Could not find EVE_ROOT/include/eve/version.hpp. Please check your eve
# installation" ) endif()

include(FindPackageHandleStandardArgs)
Expand All @@ -50,5 +50,7 @@ if(NOT TARGET SimdSort::simdsort)
SimdSort::simdsort SYSTEM INTERFACE ${SIMD_SORT_INCLUDE_DIR}
)

mark_as_advanced(SIMD_SORT_ROOT SIMD_SORT_INCLUDE_DIR SIMD_SORT_VERSION_STRING)
mark_as_advanced(
SIMD_SORT_ROOT SIMD_SORT_INCLUDE_DIR SIMD_SORT_VERSION_STRING
)
endif()

0 comments on commit 917bbda

Please sign in to comment.