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

View file

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