aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoe Hildebrand <joe-github@cursive.net>2015-03-31 23:00:43 -0600
committerJoe Hildebrand <joe-github@cursive.net>2015-03-31 23:00:43 -0600
commita995401f2bca1a0348ec182788c27d9a338505ca (patch)
tree7454bf9f0bf93de6fe919bce5959374faa9b82ea /CMakeLists.txt
parentf8e26e3e4061bee87ff24fd3b4d1bf00a1096998 (diff)
downloadplatform_external_cn-cbor-a995401f2bca1a0348ec182788c27d9a338505ca.tar.gz
platform_external_cn-cbor-a995401f2bca1a0348ec182788c27d9a338505ca.tar.bz2
platform_external_cn-cbor-a995401f2bca1a0348ec182788c27d9a338505ca.zip
Encoder integrated
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 46022af..67b9d95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,6 +49,8 @@ if (NOT CMAKE_BUILD_TYPE)
endif ()
endif()
+message ( "Build type: ${CMAKE_BUILD_TYPE}" )
+
if ( CMAKE_C_COMPILER_ID STREQUAL "GNU" OR
CMAKE_C_COMPILER_ID MATCHES "Clang" )
message ( STATUS "adding GCC/Clang options ")