From c2e98c450283aa262c442b2e65876d5fe7cbb748 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Thu, 11 Nov 2010 12:46:20 -0600 Subject: [PATCH] Clean up build --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cedab79..0a36144 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,16 +60,6 @@ if(BUILD_EXAMPLE_SDL) add_subdirectory(example-sdl) endif() - - -### -# Other things you might like to do -### - -# Add nightly builds/dashboard support -#include(CreateDashboardScripts) -#create_dashboard_scripts(DashboardBuildInitialCache.cmake.in) - ### # Set packaging options (for CPack) ###