diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index c16f8ea1ff8..0d4220555f6 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -54,8 +54,7 @@ SET(HEADERS ${HEADERS_GEN_CONFIGURE} ) -INSTALL(FILES ${HEADERS} DESTINATION include) -INSTALL(DIRECTORY mysql/ DESTINATION include - FILES_MATCHING PATTERN "*.h") +INSTALL(FILES ${HEADERS} DESTINATION ${INSTALL_INCLUDEDIR}) +INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR} FILES_MATCHING PATTERN "*.h") |