File tree 3 files changed +2
-10
lines changed
3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ include(CTest)
31
31
# gmock
32
32
ExternalProject_Add(
33
33
gmock
34
- URL ${CMAKE_CURRENT_SOURCE_DIR} /googletest-master-20160722 .zip
34
+ URL ${CMAKE_CURRENT_SOURCE_DIR} /googletest-release-1.8.0 .zip
35
35
INSTALL_COMMAND ""
36
36
)
37
37
@@ -55,7 +55,7 @@ ExternalProject_Add(
55
55
find_package (Threads)
56
56
57
57
# Common configuration for all build modes.
58
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 " )
58
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 " )
59
59
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-unused-parameter -Werror -Woverloaded-virtual" )
60
60
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-omit-frame-pointer -momit-leaf-frame-pointer" )
61
61
Original file line number Diff line number Diff line change @@ -19,14 +19,6 @@ Install `folly`:
19
19
brew install folly
20
20
```
21
21
22
- After first checkout, initialize and update submodules:
23
-
24
- ```
25
- # inside root ./reactivesocket-cpp
26
- git submodule init
27
- git submodule update --recursive
28
- ```
29
-
30
22
# Building and running tests
31
23
32
24
After installing dependencies as above, you can build and run tests with:
You can’t perform that action at this time.
0 commit comments