Skip to content

Commit

Permalink
Use C++11 standard on windows
Browse files Browse the repository at this point in the history
conda-forge/abseil-cpp-feedstock#45 (comment)

Or should we only depend on libabseil here?
  • Loading branch information
benbovy committed Oct 20, 2022
1 parent 349fdd2 commit 2d825e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdir build_cpp
cd build_cpp

cmake %SRC_DIR% -G "NMake Makefiles" ^
-DCMAKE_CXX_STANDARD=17 ^
-DCMAKE_CXX_STANDARD=11 ^
-DCMAKE_PREFIX_PATH="%PREFIX%" ^
-DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" ^
-DCMAKE_BUILD_TYPE=Release ^
Expand Down

0 comments on commit 2d825e9

Please sign in to comment.