Skip to content

Commit

Permalink
Reverted back to the correct version of xsimd, fixed extension for cp…
Browse files Browse the repository at this point in the history
…p file
  • Loading branch information
spectre-ns committed Nov 13, 2022
1 parent 80fa5bd commit 6832699
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@
*.app
/.vs
/out/build
/build
/.vscode
/CMakeSettings.json
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ message(STATUS "xtensor-signal v${${PROJECT_NAME}_VERSION}")
# Dependencies
# ============

set(xsimd_REQUIRED_VERSION 8.1.0)
set(xsimd_REQUIRED_VERSION 9.0.1)
if(TARGET xsimd)
set(xsimd_VERSION ${XSIMD_VERSION_MAJOR}.${XSIMD_VERSION_MINOR}.${XSIMD_VERSION_PATCH})
# Note: This is not SEMVER compatible comparison
Expand Down Expand Up @@ -61,7 +61,7 @@ else()
endif()

find_package(xtensor-blas)

# Build
# =====

Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include_directories(${GTEST_INCLUDE_DIRS})
set(XTENSOR_SIGNAL_TESTS
main.cpp
test_config.cpp
savitzky_golay_test
savitzky_golay_test.cpp
)

add_executable(test_xtensor_signal ${XTENSOR_SIGNAL_TESTS} ${XTENSOR_SIGNAL_HEADERS})
Expand Down

0 comments on commit 6832699

Please sign in to comment.