From 27271c0e06b6b5e47e03e70c1c4b29435a2dc35c Mon Sep 17 00:00:00 2001 From: Bill Finger Date: Sat, 5 Mar 2022 00:45:10 +0400 Subject: [PATCH] fix build node from scratch --- robossembler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robossembler/CMakeLists.txt b/robossembler/CMakeLists.txt index f2c1618..d1f669d 100644 --- a/robossembler/CMakeLists.txt +++ b/robossembler/CMakeLists.txt @@ -78,7 +78,7 @@ install(TARGETS ${plugin_libs} ARCHIVE DESTINATION lib LIBRARY DESTINATION lib - RUNTIME DESTINATION bin + RUNTIME DESTINATION lib/${PROJECT_NAME} ) if(BUILD_TESTING)