Code

cmake: add message to indicate and check out_of_source build dir. (this shows that...
authorjohanengelen <johanengelen@users.sourceforge.net>
Fri, 4 Apr 2008 08:37:43 +0000 (08:37 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Fri, 4 Apr 2008 08:37:43 +0000 (08:37 +0000)
CMakeLists.txt

index 7714f49483e3614f63e476cde2b9c69a0c46df57..cd0fff9d6cd00b9840c263c0038669868c06e6b0 100644 (file)
@@ -1,4 +1,7 @@
 PROJECT(inkscape CXX C)\r
+\r
+MESSAGE(STATUS "Creating build files in: ${CMAKE_CURRENT_BINARY_DIR}")\r
+\r
 SET(INKSCAPE_VERSION 0.46+devel)
 SET(PROJECT_NAME inkscape)\r
 SET(CMAKE_BACKWARDS_COMPATIBILITY 2.4)\r