mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 09:46:02 -04:00
print CMake version
This commit is contained in:
parent
ad3956ab4f
commit
f08c15f43b
@ -7,6 +7,8 @@
|
|||||||
cmake_minimum_required(VERSION 2.8.12) # first version with add_compile_options()
|
cmake_minimum_required(VERSION 2.8.12) # first version with add_compile_options()
|
||||||
project(SQLiteCpp)
|
project(SQLiteCpp)
|
||||||
|
|
||||||
|
message (STATUS "CMake version: ${CMAKE_VERSION}")
|
||||||
|
|
||||||
# Define useful variables to handle OS differences:
|
# Define useful variables to handle OS differences:
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set(DEV_NULL "NUL")
|
set(DEV_NULL "NUL")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user