From ff4527904fa4db9bba52a84f4a32785fc1a1a5df Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 13 Feb 2013 12:55:03 -0800 Subject: [PATCH] fix src directory variable name in space CMakeList --- space/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space/CMakeLists.txt b/space/CMakeLists.txt index fd33179c76..a1e60173a3 100644 --- a/space/CMakeLists.txt +++ b/space/CMakeLists.txt @@ -4,4 +4,4 @@ project(space) file(GLOB SPACE_SRCS src/*.cpp src/*.h) -add_executable(space ${DOMAIN_SRCS}) +add_executable(space ${SPACE_SRCS})