diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-08 16:26:32 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-08 16:26:32 (GMT) |
commit | 2e4258efc16a805fb6cc1a42426046f0f015657b (patch) | |
tree | 7fab61cfbd2d1d3b09bd6b4cb1e5cc5c33ce9b62 /Tests/ComplexOneConfig/Executable | |
parent | 2f42e93427902a8afa28ee3fe796768242452fbc (diff) | |
download | CMake-2e4258efc16a805fb6cc1a42426046f0f015657b.zip CMake-2e4258efc16a805fb6cc1a42426046f0f015657b.tar.gz CMake-2e4258efc16a805fb6cc1a42426046f0f015657b.tar.bz2 |
ENH: shift to using ADD_SUBDIRECTORY
Diffstat (limited to 'Tests/ComplexOneConfig/Executable')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/CMakeLists.txt index 55b02e1..6c1deb5 100644 --- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt +++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt @@ -65,7 +65,7 @@ ADD_CUSTOM_COMMAND( # has no side-effects on the current Makefile (duplicated source file # due to source list expansion done twice). # -SUBDIRS(Temp) +ADD_SUBDIRECTORY(Temp) # # Extra coverage.Not used. |