Skip to content

Support git longpaths #967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 27, 2022
Merged
Prev Previous commit
Next Next commit
Revert "CMakeLists.txt: print cmake executable path and version at th…
…e beginning of the build"

This reverts commit c290276.
  • Loading branch information
dconeybe committed May 27, 2022
commit 5f55de586894fa8c52bee3274cb012e9da28c9a5
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

cmake_minimum_required (VERSION 3.1)

message(STATUS "Firebase cmake build with ${CMAKE_COMMAND} (version ${CMAKE_VERSION})")

set (CMAKE_CXX_STANDARD 11)

# Turn on virtual folders for visual studio
Expand Down