net-wireless/sdrpp: Use get_libdir to get correct libdir

Signed-off-by: Eli Burch <eli.burch@burchbytes.com>
This commit is contained in:
Eli Burch
2024-06-23 12:34:27 -07:00
parent 26e8e6ef4c
commit 16084cb3d2
2 changed files with 2 additions and 14 deletions

View File

@@ -1,10 +0,0 @@
# Patch lib directory
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -167,4 +167,4 @@ set(CORE_FILES ${RUNTIME_OUTPUT_DIRECTORY} PARENT_SCOPE)
# cmake .. "-DCMAKE_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake"
# Install directives
-install(TARGETS sdrpp_core DESTINATION lib)
\ No newline at end of file
+install(TARGETS sdrpp_core DESTINATION lib64)