diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-04 08:37:43 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-04 08:37:43 +0000 |
| commit | d61325d3ec669821e46f17033b47824c41f60810 (patch) | |
| tree | ba3f16599094637b2da548a8fb7be68885edce3f | |
| parent | win32: use libpoppler-3.dll now with new devlibs (diff) | |
| download | inkscape-d61325d3ec669821e46f17033b47824c41f60810.tar.gz inkscape-d61325d3ec669821e46f17033b47824c41f60810.zip | |
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?)
(bzr r5324)
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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)
|
