diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-12-29 21:35:32 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-12-29 21:35:32 (GMT) |
commit | 362ce0c32d019c799816a156e5ff87a0c65becc3 (patch) | |
tree | 0ee7d38a702817a1293ff1172e78ecdf808cdc2e /Source/cmEnableTestingCommand.h | |
parent | d0bc3b9acdf1e7d1ecc3c6970f97504196c0e87d (diff) | |
download | CMake-362ce0c32d019c799816a156e5ff87a0c65becc3.zip CMake-362ce0c32d019c799816a156e5ff87a0c65becc3.tar.gz CMake-362ce0c32d019c799816a156e5ff87a0c65becc3.tar.bz2 |
sets variable now
Diffstat (limited to 'Source/cmEnableTestingCommand.h')
-rw-r--r-- | Source/cmEnableTestingCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEnableTestingCommand.h b/Source/cmEnableTestingCommand.h index 3bc5534..d03b218 100644 --- a/Source/cmEnableTestingCommand.h +++ b/Source/cmEnableTestingCommand.h @@ -53,7 +53,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool InitialPass(std::vector<std::string> const&) {return true;} + virtual bool InitialPass(std::vector<std::string> const&); /** * This is called at the end after all the information |