From 80ec7614ad076c4a985370ab4f43d9c302f18c15 Mon Sep 17 00:00:00 2001 From: Andrew Bell Date: Mon, 5 Nov 2018 13:15:32 -0500 Subject: [PATCH] Test. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f77a739a14..d33ba6efa5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,9 @@ mark_as_advanced(CMAKE_VERBOSE_MAKEFILE) # the next line is the ONLY place in the entire pdal system where # the version info is hard-coded +message("#1 PDAL_VERSION_STRING = ${PDAL_VERSION_STRING}) set(PDAL_VERSION_STRING "1.8.0" CACHE STRING "PDAL version") +message("#2 PDAL_VERSION_STRING = ${PDAL_VERSION_STRING}) DISSECT_VERSION() GET_OS_INFO()