Skip to content

Commit

Permalink
Add back in stdlib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Oct 21, 2023
1 parent 63d6544 commit b87d7b0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ project(src/eesunhong LANGUAGES Fortran)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

#set(BUILD_TESTING OFF)
#include(FetchContent)
#FetchContent_Declare(
# fortran_stdlib
# GIT_REPOSITORY https://github.com/fortran-lang/stdlib.git
# GIT_TAG fb4ca801f0c8e0ed09f9d137c620676fa348ebdd # v0.2.1
#)
#FetchContent_MakeAvailable(fortran_stdlib)
#set(BUILD_TESTING ON)
set(BUILD_TESTING OFF)
include(FetchContent)
FetchContent_Declare(
fortran_stdlib
GIT_REPOSITORY https://github.com/fortran-lang/stdlib.git
GIT_TAG fb4ca801f0c8e0ed09f9d137c620676fa348ebdd # v0.2.1
)
FetchContent_MakeAvailable(fortran_stdlib)
set(BUILD_TESTING ON)

#add_library(polyroots OBJECT third_party/polyroots-fortran/polyroots_cmplx_roots_gen.f90)
#add_library(roots OBJECT third_party/roots-fortran/root_module.F90)
Expand Down

0 comments on commit b87d7b0

Please sign in to comment.