File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
33
33
- If CMake cannot find it automatically, set hints for [ finding Boost] ( https://cmake.org/cmake/help/latest/module/FindBoost.html ) , for example:
34
34
- * Either* set `` Boost_DIR `` (PATH) to the location of the installed * BoostConfig.cmake* (since Boost 1.70.0)
35
- - * Or* set `` BOOST_INCLUDEDIR `` (PATH) and `` BOOST_LIBRARYDIR `` (PATH) to the appropriate full paths, e.g. * `` <home-dir> `` * `` /boost_1_80_0 ``
36
- and * `` <home-dir> `` * `` /boost_1_80_0 /x64/lib `` respectively to match the suggested `` b2 `` command
35
+ - * Or* set `` BOOST_INCLUDEDIR `` (PATH) and `` BOOST_LIBRARYDIR `` (PATH) to the appropriate full paths, e.g. * `` <home-dir> `` * `` /boost_1_83_0 ``
36
+ and * `` <home-dir> `` * `` /boost_1_83_0 /x64/lib `` respectively to match the suggested `` b2 `` command
37
37
- If CMake cannot find them automatically, set hints for finding the C++ REST SDK and WebSocket++, for example:
38
38
- Set `` cpprestsdk_DIR `` (PATH) to the location of the installed * cpprestsdk-config.cmake*
39
39
- * Either* set `` websocketpp_DIR `` (PATH) to the location of the installed * websocketpp-config.cmake*
@@ -75,8 +75,8 @@ cmake .. ^
75
75
-G " Visual Studio 16 2019" ^
76
76
-DCMAKE_CONFIGURATION_TYPES:STRING=" Debug;Release" ^
77
77
-DBoost_USE_STATIC_LIBS:BOOL=" 1" ^
78
- -DBOOST_INCLUDEDIR:PATH=" <home-dir>/boost_1_80_0 " ^
79
- -DBOOST_LIBRARYDIR:PATH=" <home-dir>/boost_1_80_0 /x64/lib" ^
78
+ -DBOOST_INCLUDEDIR:PATH=" <home-dir>/boost_1_83_0 " ^
79
+ -DBOOST_LIBRARYDIR:PATH=" <home-dir>/boost_1_83_0 /x64/lib" ^
80
80
-DWEBSOCKETPP_INCLUDE_DIR:PATH=" <home-dir>/cpprestsdk/Release/libs/websocketpp"
81
81
```
82
82
You can’t perform that action at this time.
0 commit comments