We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3956a commit f08c15fCopy full SHA for f08c15f
CMakeLists.txt
@@ -7,6 +7,8 @@
7
cmake_minimum_required(VERSION 2.8.12) # first version with add_compile_options()
8
project(SQLiteCpp)
9
10
+message (STATUS "CMake version: ${CMAKE_VERSION}")
11
+
12
# Define useful variables to handle OS differences:
13
if (WIN32)
14
set(DEV_NULL "NUL")
0 commit comments