Skip to content

Commit

Permalink
Remove overriding of BUILD_SHARED_LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Jul 17, 2024
1 parent 5397abc commit 80439a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ include( ectrans_macros )

set(CMAKE_CXX_STANDARD 17)

option(IFS_SHARED_LIBS "Build shared libraries (overrides BUILD_SHARED_LIBS)" ON)
set(BUILD_SHARED_LIBS ${IFS_SHARED_LIBS})

ecbuild_enable_fortran( REQUIRED NO_MODULE_DIRECTORY )

### Find (optional) dependencies
Expand Down

0 comments on commit 80439a5

Please sign in to comment.