Skip to content

Commit

Permalink
Edit CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa committed Feb 15, 2025
1 parent 8fb2a2d commit ed20f3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 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,17 @@ if(ENABLE_CUDA OR DEFINED CXXCUDA)
endif()
endif()

find_package(BLAS REQUIRED)
find_path(
BLAS_INCLUDE_DIRS
cblas.h
/usr/include
/usr/local/include
$ENV{BLAS_HOME}/include
)
# include_directories(${TEST_EXE} PRIVATE ${BLAS_INCLUDE_DIRS})
link_libraries(${BLAS_LIBRARIES})

enable_testing()

include(CTest)
Expand Down

0 comments on commit ed20f3f

Please sign in to comment.