Skip to content

Commit

Permalink
Correct install location for codec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavies2 authored and pmaciel committed Mar 26, 2024
1 parent 8c6ada0 commit 526bdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eckit/codec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
configure_file( eckit_codec_config.h.in ${CMAKE_CURRENT_BINARY_DIR}/eckit_codec_config.h @ONLY )
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/eckit_codec_config.h
DESTINATION ${INSTALL_INCLUDE_DIR}/eckit
DESTINATION ${INSTALL_INCLUDE_DIR}/eckit/codec
)

ecbuild_add_library(
Expand Down

0 comments on commit 526bdd4

Please sign in to comment.