mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
cmake: split BUILD_GUI_DEPS option into two
The split is to make this software more packageable. 'make install' is used by the package building scripts, and should not be installing vendored dependencies onto the system.
This commit is contained in:
parent
aa996e3a60
commit
77fa663e94
2 changed files with 6 additions and 2 deletions
2
external/unbound/CMakeLists.txt
vendored
2
external/unbound/CMakeLists.txt
vendored
|
@ -230,7 +230,7 @@ if (MINGW)
|
|||
endif ()
|
||||
|
||||
|
||||
if (BUILD_GUI_DEPS)
|
||||
if (INSTALL_VENDORED_LIBUNBOUND)
|
||||
install(TARGETS unbound
|
||||
ARCHIVE DESTINATION lib)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue