Skip to content

Commit

Permalink
Try with basix shared lib ON.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Apr 28, 2024
1 parent 87a860c commit f51dd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

# Options
option(BUILD_SHARED_LIBS "Build Basix with shared libraries." OFF)
option(BUILD_SHARED_LIBS "Build Basix with shared libraries." ON)
add_feature_info(BUILD_SHARED_LIBS BUILD_SHARED_LIBS "Build Basix with shared libraries.")

find_package(BLAS REQUIRED)
Expand Down

0 comments on commit f51dd11

Please sign in to comment.