Skip to content

Commit c290276

Browse files
committed
CMakeLists.txt: print cmake executable path and version at the beginning of the build
1 parent 92cc9a4 commit c290276

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
cmake_minimum_required (VERSION 3.1)
1818

19+
message(STATUS "Firebase cmake build with ${CMAKE_COMMAND} (version ${CMAKE_VERSION})")
20+
1921
set (CMAKE_CXX_STANDARD 11)
2022

2123
# Turn on virtual folders for visual studio

0 commit comments

Comments
 (0)