From 3bde74b0c75427bdbf05a9a1beba9a1f3d669b25 Mon Sep 17 00:00:00 2001 From: Volfram Date: Tue, 16 Mar 2010 10:11:01 +0000 Subject: [PATCH] Test commit --- samples/HelloPhobos/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/HelloPhobos/CMakeLists.txt b/samples/HelloPhobos/CMakeLists.txt index dd8bc1c..6790f5d 100644 --- a/samples/HelloPhobos/CMakeLists.txt +++ b/samples/HelloPhobos/CMakeLists.txt @@ -8,7 +8,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules ) -# Using Tango +# Using Phobos +# ( Be sure to set this _before_ PROJECT definition ) set(CMAKE_D_USE_PHOBOS True) # check for DDoc usage