Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthart committed Dec 4, 2024
1 parent 530aee9 commit 1dd89ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gha/builds/windows-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi
# [2]: https://stackoverflow.com/questions/3775406
args+=("-DCMAKE_EXE_LINKER_FLAGS=/MANIFEST:NO")

args+=("-DCMAKE_CXX_FLAGS=/wd4996")
args+=("-DCMAKE_CXX_FLAGS= /wd4996")

io::log_h1 "Starting Build"
TIMEFORMAT="==> 🕑 CMake configuration done in %R seconds"
Expand Down

0 comments on commit 1dd89ad

Please sign in to comment.