-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seems solve the problem why websocketpp work right with new version b…
…oost > 1.69 zaphoyd/websocketpp#794
- Loading branch information
chuanqin
committed
Apr 16, 2020
1 parent
d83b1dc
commit 7e69593
Showing
3 changed files
with
6 additions
and
2 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 |
---|---|---|
|
@@ -12,7 +12,11 @@ set(CMAKE_CXX_STANDARD_REQUIRED True) | |
|
||
# out the binary to bin folder of source path | ||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin) | ||
# set env of PKG_CONFIG_PATH of linux path of gtest | ||
set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/lib64/pkgconfig") | ||
# set env of PKG_CONFIG_PATH of mac path of gtest | ||
set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/Cellar/[email protected]/1.1.1f/lib/pkgconfig") | ||
|
||
include(FindPkgConfig) | ||
|
||
set(BOOST_INCLUDEDIR /usr/include/boost169) | ||
|
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