comment out line that's killing cmake for me

This commit is contained in:
Seth Alves 2015-03-25 15:21:53 -07:00
parent a3a54e8d7d
commit 923951143c

View file

@ -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()