Skip to content

Commit b302640

Browse files
committed
add CMAKE_Fortran_MODULE_DIRECTORY so can build
1 parent 64cd16b commit b302640

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ project(stdlib)
66

77
enable_testing()
88

9+
set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR})
10+
911
add_subdirectory(src)

0 commit comments

Comments
 (0)