Skip to content

Commit

Permalink
wo for circle and intel
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Feb 17, 2025
1 parent 93f0000 commit abcdaf5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/boost/multi/adaptors/fftw/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if(ENABLE_CUDA OR DEFINED CXXCUDA)
endif()
endif()

if(ENABLE_CIRCLE)
find_package(BLAS REQUIRED)
find_path(
BLAS_INCLUDE_DIRS
Expand All @@ -29,6 +30,7 @@ find_path(
)
include_directories(${TEST_EXE} PRIVATE ${BLAS_INCLUDE_DIRS})
link_libraries(${BLAS_LIBRARIES})
endif()

enable_testing()

Expand Down

0 comments on commit abcdaf5

Please sign in to comment.