Merge pull request #647 from htacg/issue-646

Issue #646 - Correct 'INCLUDE_INSTALL_DIR' per 'master'
This commit is contained in:
Geoff McLane 2017-11-09 19:30:34 +01:00 committed by GitHub
commit c4c1ca17a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ if (NOT BIN_INSTALL_DIR)
endif ()
if (NOT INCLUDE_INSTALL_DIR)
set(INCLUDE_INSTALL_DIR include/${LIB_NAME})
set(INCLUDE_INSTALL_DIR include)
endif ()