Install fdbmonitor without lib suffix for cmake

This commit is contained in:
Andrew Noyes 2019-01-31 09:06:49 -08:00
parent 0e5db1e7b7
commit 935f8a92f4
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ endif()
# as soon as we get rid of the old build system
target_include_directories(fdbmonitor PRIVATE ${CMAKE_BINARY_DIR}/fdbclient)
install(TARGETS fdbmonitor DESTINATION "${FDB_LIB_DIR}/foundationdb" COMPONENT server)
install(TARGETS fdbmonitor DESTINATION "${FDB_LIB_NOSUFFIX}/foundationdb" COMPONENT server)