summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sigbattle/CMakeLists.txt4
-rw-r--r--sigcore/CMakeLists.txt4
-rw-r--r--sigencore/CMakeLists.txt4
-rw-r--r--sigmod/CMakeLists.txt4
-rw-r--r--sigmodr/CMakeLists.txt4
-rw-r--r--signet/CMakeLists.txt4
-rw-r--r--sigscript/CMakeLists.txt4
-rw-r--r--sigworld/CMakeLists.txt4
8 files changed, 0 insertions, 32 deletions
diff --git a/sigbattle/CMakeLists.txt b/sigbattle/CMakeLists.txt
index cc27a1a1..6d1df613 100644
--- a/sigbattle/CMakeLists.txt
+++ b/sigbattle/CMakeLists.txt
@@ -1,9 +1,5 @@
project(sigbattle)
-if (NOT SIGEN_VERSION)
- message(FATAL_ERROR "Sigen version is not defined")
-endif (NOT SIGEN_VERSION)
-
set(sigbattle_HEADERS
ActionQueue.h
Arena.h
diff --git a/sigcore/CMakeLists.txt b/sigcore/CMakeLists.txt
index 558aeb97..89eb9cbe 100644
--- a/sigcore/CMakeLists.txt
+++ b/sigcore/CMakeLists.txt
@@ -1,9 +1,5 @@
project(sigcore)
-if (NOT SIGEN_VERSION)
- message(FATAL_ERROR "Sigen version is not defined")
-endif (NOT SIGEN_VERSION)
-
set(sigcore_HEADERS
Fraction.h
Global.h
diff --git a/sigencore/CMakeLists.txt b/sigencore/CMakeLists.txt
index b9c7d27b..6231da7e 100644
--- a/sigencore/CMakeLists.txt
+++ b/sigencore/CMakeLists.txt
@@ -1,9 +1,5 @@
project(sigencore)
-if (NOT SIGEN_VERSION)
- message(FATAL_ERROR "Sigen version is not defined")
-endif (NOT SIGEN_VERSION)
-
set(sigencore_HEADERS
Arena.h
Client.h
diff --git a/sigmod/CMakeLists.txt b/sigmod/CMakeLists.txt
index 561af74f..8863d037 100644
--- a/sigmod/CMakeLists.txt
+++ b/sigmod/CMakeLists.txt
@@ -1,9 +1,5 @@
project(sigmod)
-if (NOT SIGEN_VERSION)
- message(FATAL_ERROR "Sigen version is not defined")
-endif (NOT SIGEN_VERSION)
-
set(sigmod_HEADERS
Ability.h
Author.h
diff --git a/sigmodr/CMakeLists.txt b/sigmodr/CMakeLists.txt
index 17d810e2..754d03fc 100644
--- a/sigmodr/CMakeLists.txt
+++ b/sigmodr/CMakeLists.txt
@@ -1,9 +1,5 @@
project(sigmodr)
-if (NOT SIGEN_VERSION)
- message(FATAL_ERROR "Sigen version is not defined")
-endif (NOT SIGEN_VERSION)
-
add_subdirectory(corewidgets)
add_subdirectory(widgets)
add_subdirectory(tree)
diff --git a/signet/CMakeLists.txt b/signet/CMakeLists.txt
index 946733cb..d9567f27 100644
--- a/signet/CMakeLists.txt
+++ b/signet/CMakeLists.txt
@@ -1,9 +1,5 @@
project(signet)
-if (NOT SIGEN_VERSION)
- message(FATAL_ERROR "Sigen version is not defined")
-endif (NOT SIGEN_VERSION)
-
set(signet_PROTOCOL_HEADERS
protocol/ChallengeMediator.h
protocol/ConnectMediator.h
diff --git a/sigscript/CMakeLists.txt b/sigscript/CMakeLists.txt
index 79b99761..110c75d6 100644
--- a/sigscript/CMakeLists.txt
+++ b/sigscript/CMakeLists.txt
@@ -1,9 +1,5 @@
project(sigscript)
-if (NOT SIGEN_VERSION)
- message(FATAL_ERROR "Sigen version is not defined")
-endif (NOT SIGEN_VERSION)
-
set(sigscript_HEADERS
Config.h
AbilityWrapper.h
diff --git a/sigworld/CMakeLists.txt b/sigworld/CMakeLists.txt
index fe435f89..dbac56b8 100644
--- a/sigworld/CMakeLists.txt
+++ b/sigworld/CMakeLists.txt
@@ -1,9 +1,5 @@
project(sigworld)
-if (NOT SIGEN_VERSION)
- message(FATAL_ERROR "Sigen version is not defined")
-endif (NOT SIGEN_VERSION)
-
set(sigworld_HEADERS
Global.h
MapScene.h