Skip to content

Commit

Permalink
fixed plume.h install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
antons-it committed Apr 5, 2024
1 parent b4dd924 commit 4cc95d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/plume/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ecbuild_add_library(
INSTALL_HEADERS LISTED

HEADER_DESTINATION
${INSTALL_INCLUDE_DIR}/plume/api
${INSTALL_INCLUDE_DIR}/plume

SOURCES
plume.h
Expand All @@ -34,8 +34,6 @@ ecbuild_add_library(
atlas
plume_plugin_manager
)
install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/plume.h DESTINATION include/plume/plume.h )



# plume Fortran-API
Expand All @@ -46,7 +44,7 @@ ecbuild_add_library(
INSTALL_HEADERS LISTED

HEADER_DESTINATION
${INSTALL_INCLUDE_DIR}/plume/api
${INSTALL_INCLUDE_DIR}/plume

SOURCES
plume.F90
Expand Down

0 comments on commit 4cc95d4

Please sign in to comment.