Skip to content

Commit 06fd409

Browse files
authored
Fix library installation on debian 10 (#602)
1 parent 1484a29 commit 06fd409

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/phasar_macros.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ macro(add_phasar_library name)
240240
EXPORT ${name}-targets
241241
COMPONENT ${component_name}
242242

243+
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
244+
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
245+
243246
# NOTE: Library, archive and runtime destination are automatically set by
244247
# GNUInstallDirs which is included in the top-level CMakeLists.txt
245248
)

0 commit comments

Comments
 (0)