Issue #646 - Correct 'INCLUDE_INSTALL_DIR' per 'master'
This commit is contained in:
parent
4b5c86ee47
commit
08dfa3db84
|
@ -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 ()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue