mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-13 04:19:04 +08:00
parent
da71b48359
commit
03e9fd2096
@ -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 ()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user