Skip to content

Commit

Permalink
Change module directory style
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjen committed Dec 5, 2023
1 parent 98ad764 commit b88a7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(NOT BUILD_TESTS)
set_target_properties(
${FORTUTF}
PROPERTIES
Fortran_MODULE_DIRECTORY "${Fortran_MODULE_DIRECTORY}"
Fortran_MODULE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/modules
)
endif()

Expand Down
2 changes: 1 addition & 1 deletion cmake/fortutf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function(FortUTF_Find_Tests)
set_target_properties(
${FORTUTF}
PROPERTIES
Fortran_MODULE_DIRECTORY "${Fortran_MODULE_DIRECTORY}"
Fortran_MODULE_DIRECTORY ${Fortran_MODULE_DIRECTORY}
)
endif()

Expand Down

0 comments on commit b88a7bb

Please sign in to comment.