Skip to content

Commit

Permalink
update install path for CodeFlag.txt and Template.txt (#519)
Browse files Browse the repository at this point in the history
* update install path for CodeFlag.txt and Template.txt

* update path to txt file in g2ccsv.c

* undo last
  • Loading branch information
AlysonStahl-NOAA authored Oct 2, 2024
1 parent d680985 commit d4f8f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,5 @@ install(EXPORT ${PROJECT_NAME}Exports
if(BUILD_G2C)
set(CSV_FILES Template.txt CodeFlag.txt)
install(FILES ${CSV_FILES}
DESTINATION ${CMAKE_INSTALL_LIBDIR})
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/g2c/)
endif()

0 comments on commit d4f8f82

Please sign in to comment.