Skip to content

Commit

Permalink
add genf90utils to cmake dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 18, 2024
1 parent 4fdd9a4 commit d3bbb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ endif()
file(GLOB GENF90SOURCES "src/*.F90.in")
set(ENABLE_GENF90 ON)
set(GENF90 "${GENF90_PATH}/genf90.pl")
include(${GENF90_PATH}/CMake/genf90_utils.cmake)
include(${CMAKE_SOURCE_DIR}/cmake/genf90_utils.cmake)
process_genf90_source_list("${GENF90SOURCES}" ${CMAKE_CURRENT_BINARY_DIR} SHAREGENF90SRC)
file(GLOB SOURCES "src/*.c" "src/*.F90" "src/water_isotopes/*.F90" "RandNum/src/*.F90" "RandNum/src/*/*.F90" "RandNum/src/*/*.c")
list(APPEND SOURCES "${SHAREGENF90SRC}")
Expand Down

0 comments on commit d3bbb36

Please sign in to comment.