From 0efd21a15c3aecce6cb3ebdc424232129645d4ba Mon Sep 17 00:00:00 2001 From: johanengelen Date: Fri, 4 Apr 2008 08:37:43 +0000 Subject: [PATCH] cmake: add message to indicate and check out_of_source build dir. (this shows that it does not work for me on win32, what am i doing wrong?) --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7714f4948..cd0fff9d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,7 @@ PROJECT(inkscape CXX C) + +MESSAGE(STATUS "Creating build files in: ${CMAKE_CURRENT_BINARY_DIR}") + SET(INKSCAPE_VERSION 0.46+devel) SET(PROJECT_NAME inkscape) SET(CMAKE_BACKWARDS_COMPATIBILITY 2.4) -- 2.30.2