Skip to content

Commit

Permalink
print destination directory in cmake status message
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Aug 9, 2013
1 parent 90ff3a6 commit 476569c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -852,6 +852,10 @@ status_optional_feature("JAVA" "${USE_JAVA_MAPSCRIPT}")
status_optional_feature("C#" "${USE_CSHARP_MAPSCRIPT}")
status_optional_feature("Apache Module (Experimental)" "${USE_APACHE_MODULE}")

message(STATUS "")
message(STATUS "Will install files to ${CMAKE_INSTALL_PREFIX}")


include_directories("${PROJECT_BINARY_DIR}")

if(WIN32)
Expand Down
2 changes: 1 addition & 1 deletion msautotest
Submodule msautotest updated from 63aa2d to 99267c

0 comments on commit 476569c

Please sign in to comment.