Fix missing LIBRARY DESTINATION error for some versions of CMake
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
46acfe9630
commit
dede462d98
1 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,9 @@ if (PIHELPER_SHARED OR PIHELPER_EXECUTABLE)
|
|||
${OPENSSL}
|
||||
)
|
||||
|
||||
install(TARGETS libpihelpershared)
|
||||
install(TARGETS libpihelpershared
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
)
|
||||
endif()
|
||||
|
||||
if (PIHELPER_EXECUTABLE)
|
||||
|
|
Loading…
Reference in a new issue