Skip to content

Commit

Permalink
Merge pull request #130 from aerorahul/bugfix/installdir
Browse files Browse the repository at this point in the history
correct installation directory for Fortran module files.
  • Loading branch information
fossell authored May 26, 2020
2 parents 564e26f + acc33bb commit 87f9840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ install(
TARGETS ${LIBNAME}
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
install(DIRECTORY ${module_dir} DESTINATION include)
install(DIRECTORY ${module_dir} DESTINATION ${CMAKE_INSTALL_PREFIX})

add_executable(${EXENAME} ${EXE_SRC})
target_link_libraries(
Expand Down

0 comments on commit 87f9840

Please sign in to comment.