diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:00:00 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:00:00 +0200 |
| commit | 9d481f57f90575990f4813dcf0e26526c2ea971b (patch) | |
| tree | 49c83eaf0c4324b23fb84eb59a9c22b4167269c8 /external | |
| parent | 395025bb23e245a29dcb0b3760bcfd4eca375d72 (diff) | |
| parent | 6bab9efe0081e786a2d1da8a85c0a9cd62dbe442 (diff) | |
| download | monzero-core-9d481f57f90575990f4813dcf0e26526c2ea971b.tar.gz monzero-core-9d481f57f90575990f4813dcf0e26526c2ea971b.tar.xz monzero-core-9d481f57f90575990f4813dcf0e26526c2ea971b.zip | |
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.txt | 3 |
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() |
