Skip to content

Commit 2546685

Browse files
committed
oops, install inside include/ dir
1 parent 67f8ea4 commit 2546685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ FUNCTION(BUILD_A_SCHEMA SCHEMA_FILE)
5555
${SCHEMA_OUTPUT_DIR}/Sdai${SCHEMA_LONG_NAME}.cc ${SCHEMA_OUTPUT_DIR}/SdaiAll.cc
5656
${SCHEMA_OUTPUT_DIR}/Sdai${SCHEMA_LONG_NAME}.init.cc ${FEDEX_HEADERS} )
5757

58-
install( FILES ${FEDEX_HEADERS} DESTINATION ${SCHEMA_SHORT_NAME} )
58+
install( FILES ${FEDEX_HEADERS} DESTINATION include/${SCHEMA_SHORT_NAME} )
5959

6060
# *cannot* use include_directories() because the includes keep piling up - if building
6161
# multiple schemas, each one will use the include dirs from all previous schemas. Since

0 commit comments

Comments
 (0)