From 68826a416d6ddd72befb701443e5260e4b5f4547 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 01 12月 2019 00:02:51 +0800 Subject: [PATCH] centos --- src/library/os/CMakeLists.txt | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/library/os/CMakeLists.txt b/src/library/os/CMakeLists.txt index 861bf67..fc525b4 100644 --- a/src/library/os/CMakeLists.txt +++ b/src/library/os/CMakeLists.txt @@ -26,6 +26,4 @@ ) ENDIF(UNIX) - - -install(TARGETS os ARCHIVE DESTINATION lib) +install(TARGETS os ARCHIVE DESTINATION lib/${PROJECT_NAME}/${LCC_PROJECT_NAME}) -- Gitblit v1.9.1