We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f8ea4 commit 2546685Copy full SHA for 2546685
data/CMakeLists.txt
@@ -55,7 +55,7 @@ FUNCTION(BUILD_A_SCHEMA SCHEMA_FILE)
55
${SCHEMA_OUTPUT_DIR}/Sdai${SCHEMA_LONG_NAME}.cc ${SCHEMA_OUTPUT_DIR}/SdaiAll.cc
56
${SCHEMA_OUTPUT_DIR}/Sdai${SCHEMA_LONG_NAME}.init.cc ${FEDEX_HEADERS} )
57
58
- install( FILES ${FEDEX_HEADERS} DESTINATION ${SCHEMA_SHORT_NAME} )
+ install( FILES ${FEDEX_HEADERS} DESTINATION include/${SCHEMA_SHORT_NAME} )
59
60
# *cannot* use include_directories() because the includes keep piling up - if building
61
# multiple schemas, each one will use the include dirs from all previous schemas. Since
0 commit comments