Issue #646 - Correct 'INCLUDE_INSTALL_DIR' per 'master'

This commit is contained in:
Geoff McLane 2017-11-09 15:00:08 +01:00
parent 4b5c86ee47
commit 08dfa3db84
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 ()