diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-26 17:24:38 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-26 17:24:38 (GMT) |
commit | 2bd48629ef8482a957f7db0921a3b3c7fdc458e1 (patch) | |
tree | a825a48ec00f74ac3df1402fcf5e9935cbf8628e /tests/CMakeLists.txt | |
parent | c2fb5d3650ffaa42c68e02891168c711d3b5f079 (diff) |
add CGAL version to info
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5e93680..f57e40e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -192,6 +192,7 @@ if (NOT $ENV{MACOSX_DEPLOY_DIR} STREQUAL "") set(CMAKE_MODULE_PATH "${CGAL_DIR}") endif() find_package(CGAL REQUIRED) +message(STATUS "CGAL found in ${CGAL_USE_FILE} ${CGAL_INCLUDE_DIRS} ${CGAL_LIBRARIES_DIR}") include_directories(${CGAL_INCLUDE_DIRS}) # Internal includes |