remove unsupported/doc from make's "all" target

This commit is contained in:
Gael Guennebaud 2009-04-23 12:22:10 +00:00
parent acb32c69d4
commit e201091d89

View File

@ -1,3 +1,6 @@
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
if(NOT MSVC)
add_subdirectory(examples)
endif(NOT MSVC)