FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

force c++14 compatibility · ServiceFoundation/libhttpserver@232a27f · GitHub

Commit 232a27f

Browse files
authored
force c++14 compatibility
1 parent 4049467 commit 232a27f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/verify-build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
cd
251251
mkdir build_iwyu ;
252252
cd build_iwyu ;
253-
cmake -G "Unix Makefiles" -DCMAKE_PREFIX_PATH=$ROOT_PATH -DCMAKE_C_COMPILER=$CLANG_BIN_PATH/clang -DCMAKE_CXX_COMPILER=$CLANG_BIN_PATH/clang++ ../include-what-you-use ;
253+
cmake -G "Unix Makefiles" -DCMAKE_CXX_FLAGS=-std=gnu++14 -DCMAKE_PREFIX_PATH=$ROOT_PATH -DCMAKE_C_COMPILER=$CLANG_BIN_PATH/clang -DCMAKE_CXX_COMPILER=$CLANG_BIN_PATH/clang++ ../include-what-you-use ;
254254
make ;
255255
sudo make install ;
256256
cd .. ;

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL