mirror of
https://github.com/monero-project/monero.git
synced 2025-01-03 17:40:06 +00:00
Merge pull request #2645
6bab9efe
debug utils: fix debug build: rm unused identifier (redfish)b92d3f96
cmake: fix shared library build (redfish)
This commit is contained in:
commit
9d481f57f9
1 changed files with 2 additions and 1 deletions
3
external/easylogging++/CMakeLists.txt
vendored
3
external/easylogging++/CMakeLists.txt
vendored
|
@ -51,6 +51,7 @@ if (BUILD_GUI_DEPS)
|
||||||
set(lib_folder lib)
|
set(lib_folder lib)
|
||||||
endif()
|
endif()
|
||||||
install(TARGETS easylogging
|
install(TARGETS easylogging
|
||||||
ARCHIVE DESTINATION ${lib_folder})
|
ARCHIVE DESTINATION ${lib_folder}
|
||||||
|
LIBRARY DESTINATION ${lib_folder})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue