Skip to content

Commit

Permalink
Remove CMake default options
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Mar 23, 2024
1 parent 851fb83 commit 4234491
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hasty_impl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ set(CMAKE_CXX_STANDARD 17)

include(FetchContent)

# If top level project, set default options
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
set(HASTY_USE_BLAS ON CACHE BOOL "Use BLAS for matrix operations")
set(HASTY_USE_OPENCL ON CACHE BOOL "Use OpenCL for matrix operations")
endif ()

file(WRITE ${CMAKE_BINARY_DIR}/library_config.txt "")

macro(write_library_config data)
Expand Down

0 comments on commit 4234491

Please sign in to comment.