Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 2 additions & 25 deletions ungrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,12 @@ add_library ( pgu )
add_subdirectory( src )

set_target_properties(
pgu
PROPERTIES
# Just dump everything in here
Fortran_MODULE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/modules/ungrib/
Fortran_FORMAT FREE
)

set_target_properties(
ungrib
PROPERTIES
# Just dump everything in here
Fortran_MODULE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/modules/ungrib/
Fortran_FORMAT FREE
)

set_target_properties(
g1print
PROPERTIES
# Just dump everything in here
Fortran_MODULE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/modules/ungrib/
Fortran_FORMAT FREE
)

set_target_properties(
g2print
ungrib g1print g2print pgu
PROPERTIES
# Just dump everything in here
Fortran_MODULE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/modules/ungrib/
Fortran_FORMAT FREE
COMPILE_DEFINITIONS _UNGRIB
)

# Control dependencies and linking
Expand Down