Skip to content

Commit f08c15f

Browse files
committed
print CMake version
1 parent ad3956a commit f08c15f

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
@@ -7,6 +7,8 @@
77
cmake_minimum_required(VERSION 2.8.12) # first version with add_compile_options()
88
project(SQLiteCpp)
99

10+
message (STATUS "CMake version: ${CMAKE_VERSION}")
11+
1012
# Define useful variables to handle OS differences:
1113
if (WIN32)
1214
set(DEV_NULL "NUL")

0 commit comments

Comments
 (0)