Merge pull request #172 from google/change_cmake_hint

Change Cmake hint so building will work
This commit is contained in:
FrankGalligan 2017-08-06 13:30:10 -07:00 committed by GitHub
commit e2de4f8f43

View File

@ -8,7 +8,7 @@ set(draco_build_dir "${CMAKE_BINARY_DIR}")
if ("${draco_root}" STREQUAL "${draco_build_dir}") if ("${draco_root}" STREQUAL "${draco_build_dir}")
message(FATAL_ERROR message(FATAL_ERROR
"Building from within the Draco source tree is not supported.\n" "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.") "Run cmake from there.")
endif () endif ()