diff options
| author | Mike Stewart | 2012-03-26 16:39:16 -0700 |
|---|---|---|
| committer | Mike Stewart | 2012-03-26 16:39:16 -0700 |
| commit | 92bae9d652a80456a707b5c8ed77235fdef71e08 (patch) | |
| tree | bdc7ae2b9df14c6ac4791f914e68ae23262d2230 /CMakeLists.txt | |
| parent | 4ed6953bb63eb65aeb84c5217f2bcc40cb204e25 (diff) | |
| download | dfhack-92bae9d652a80456a707b5c8ed77235fdef71e08.tar.gz dfhack-92bae9d652a80456a707b5c8ed77235fdef71e08.tar.bz2 dfhack-92bae9d652a80456a707b5c8ed77235fdef71e08.tar.xz | |
Removed dead check...
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ced79f9..220a6a22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,9 +48,6 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") endif() # make sure all the necessary submodules have been set up -#if (NOT EXISTS "depends/protobuf/CMakeLists.txt" OR NOT EXISTS "depends/clsocket/CMakeLists.txt") -# message(FATAL_ERROR "Required submodules could not be found! First run 'git submodule init' and 'git submodule update' from the root DFHack directory. (See the section 'Getting the Code' in Compile.html)") -#endif() if (NOT EXISTS ${dfhack_SOURCE_DIR}/depends/protobuf/CMakeLists.txt OR NOT EXISTS ${dfhack_SOURCE_DIR}/depends/clsocket/CMakeLists.txt) message(FATAL_ERROR "Required submodules could not be found! First run 'git submodule init' and 'git submodule update' from the root DFHack directory. (See the section 'Getting the Code' in Compile.html)") endif() |
