Skip to content

Commit

Permalink
add CMAKE_Fortran_MODULE_DIRECTORY so can build
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 30, 2019
1 parent 64cd16b commit b302640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ project(stdlib)

enable_testing()

set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR})

add_subdirectory(src)

0 comments on commit b302640

Please sign in to comment.