From 03e9fd2096387637a04856117f6a4a83617f2f5b Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Sun, 6 Aug 2017 13:27:04 -0700 Subject: [PATCH] Change Cmake hint so building will work This should help #168 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb5f71a..b1a0a08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(draco_build_dir "${CMAKE_BINARY_DIR}") if ("${draco_root}" STREQUAL "${draco_build_dir}") message(FATAL_ERROR "Building from within the Draco source tree is not supported.\n" - "Hint: mkdir -p ../draco_build && cd ../draco_build\n" + "Hint: mkdir -p draco_build && cd draco_build\n" "Run cmake from there.") endif ()