-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59a3f35
commit 4e66c94
Showing
5 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/sleepy_discord/CMakeLists.txt b/sleepy_discord/CMakeLists.txt | ||
index 6c134141..2d115985 100644 | ||
--- a/sleepy_discord/CMakeLists.txt | ||
+++ b/sleepy_discord/CMakeLists.txt | ||
@@ -84,7 +84,7 @@ if (NOT ONLY_SLEEPY_DISCORD) | ||
elseif(USE_BOOST_ASIO) | ||
#Look for boost as an alt | ||
find_package(Boost REQUIRED) | ||
- list(APPEND LIBRARIES_TO_LINK ${Boost_LIBRARIES}) | ||
+ list(APPEND LIBRARIES_INCLUDE_DIRS "${Boost_INCLUDE_DIRS}") | ||
list(APPEND LIB_CONFIG "EXISTENT_BOOST_ASIO") | ||
list(APPEND LIB_CONFIG "EXISTENT_ASIO") | ||
list(APPEND REQUIRED_PACKAGES "Boost") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters