From 43c3c621a8e9db8359a4a3c522de5275b53f3243 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sat, 28 Mar 2015 17:14:39 -0700 Subject: [PATCH] I can't set VHACD_ROOT_DIR and run cmake with this line. --- tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 5c7c306a62..ba2938aaa6 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -8,5 +8,5 @@ set_target_properties(scribe PROPERTIES FOLDER "Tools") find_package(VHACD) if(VHACD_FOUND) add_subdirectory(vhacd) -set_target_properties(vhacd PROPERTIES FOLDER "Tools") +# set_target_properties(vhacd PROPERTIES FOLDER "Tools") endif()