mirror of
https://github.com/Syping/dtranslatebot.git
synced 2025-09-19 15:11:42 +02:00
rename DPPAsExternalProject to DPPStaticBundle
- remove potential DPP AVX dependency
This commit is contained in:
parent
0dfb2cebe9
commit
de121beaac
4 changed files with 6 additions and 5 deletions
|
@ -64,9 +64,9 @@ if (WITH_BOOST)
|
|||
endif()
|
||||
|
||||
# D++ Discord API Library for Bots
|
||||
option(WITH_DPP_AS_EXTERNAL_PROJECT "Build with DPP as External Project" OFF)
|
||||
if (WITH_DPP_AS_EXTERNAL_PROJECT)
|
||||
include(DPPAsExternalProject)
|
||||
option(WITH_DPP_STATIC_BUNDLE "Build with DPP Static Bundle" OFF)
|
||||
if (WITH_DPP_STATIC_BUNDLE)
|
||||
include(DPPStaticBundle)
|
||||
else()
|
||||
find_package(DPP REQUIRED)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue