aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-11-14 15:00:00 +0200
committerRiccardo Spagni <ric@spagni.net>2017-11-14 15:00:00 +0200
commit9d481f57f90575990f4813dcf0e26526c2ea971b (patch)
tree49c83eaf0c4324b23fb84eb59a9c22b4167269c8 /external
parentMerge pull request #2633 (diff)
parentdebug utils: fix debug build: rm unused identifier (diff)
downloadmonero-9d481f57f90575990f4813dcf0e26526c2ea971b.tar.xz
Merge pull request #2645
6bab9efe debug utils: fix debug build: rm unused identifier (redfish) b92d3f96 cmake: fix shared library build (redfish)
Diffstat (limited to 'external')
-rw-r--r--external/easylogging++/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/easylogging++/CMakeLists.txt b/external/easylogging++/CMakeLists.txt
index ae7d931cf..97d0bf571 100644
--- a/external/easylogging++/CMakeLists.txt
+++ b/external/easylogging++/CMakeLists.txt
@@ -51,6 +51,7 @@ if (BUILD_GUI_DEPS)
set(lib_folder lib)
endif()
install(TARGETS easylogging
- ARCHIVE DESTINATION ${lib_folder})
+ ARCHIVE DESTINATION ${lib_folder}
+ LIBRARY DESTINATION ${lib_folder})
endif()