Merge pull request #2645

6bab9efe debug utils: fix debug build: rm unused identifier (redfish)
b92d3f96 cmake: fix shared library build (redfish)
release-v0.4.0.1
Riccardo Spagni 7 years ago
commit 9d481f57f9
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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()

Loading…
Cancel
Save