From 5349ee4dfc03fdfcc03c31cbf6ffebcf6832459c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Thu, 17 Dec 2015 16:00:06 +0100 Subject: [PATCH] Move CGAL_FULL_VERSION to PARENT_SCOPE This variable is more sensible to be used in documentation. The corresponding set in non branch-build does not require a PARENT_SCOPE, because it has no parent in the release layout. --- Installation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index b6b2ef6f65a..4b9847fd0b5 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -145,7 +145,7 @@ if ( CGAL_BRANCH_BUILD ) file(WRITE "${CMAKE_BINARY_DIR}/VERSION" "${CGAL_CREATED_VERSION_NUM}") message(STATUS "CGAL_VERSION is ${CGAL_CREATED_VERSION}") - set(CGAL_FULL_VERSION ${CGAL_CREATED_VERSION}) + set(CGAL_FULL_VERSION ${CGAL_CREATED_VERSION} PARENT_SCOPE) #define CGAL_VERSION_NR 1030500135