Cycles / Standalone:

* Rename test to standalone.

Note: New CMAKE flag is WITH_CYCLES_STANDALONE.
This commit is contained in:
Thomas Dinges
2013-08-27 02:37:48 +00:00
parent defb8812a7
commit ff4e018753
6 changed files with 12 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ if(WITH_CYCLES_BLENDER)
add_subdirectory(blender)
endif()
if(WITH_CYCLES_TEST OR WITH_CYCLES_NETWORK)
if(WITH_CYCLES_STANDALONE OR WITH_CYCLES_NETWORK)
add_subdirectory(app)
endif()