Install fdbmonitor without lib suffix for cmake
This commit is contained in:
parent
0e5db1e7b7
commit
935f8a92f4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue