summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-05-13 20:41:10 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-05-13 20:41:10 (GMT)
commitf8e0c96fddfdd5f086e1bd973d6b0a19c39c93da (patch)
treeb0f5564f4f4b5cb743d402c656986fbfa586b1a2 /src/uscxml/plugins
parent3bf5ef5f882b9ff743deb3d821834e471354128a (diff)
downloaduscxml-f8e0c96fddfdd5f086e1bd973d6b0a19c39c93da.zip
uscxml-f8e0c96fddfdd5f086e1bd973d6b0a19c39c93da.tar.gz
uscxml-f8e0c96fddfdd5f086e1bd973d6b0a19c39c93da.tar.bz2
Make install will work again
Diffstat (limited to 'src/uscxml/plugins')
-rw-r--r--src/uscxml/plugins/datamodel/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uscxml/plugins/datamodel/CMakeLists.txt b/src/uscxml/plugins/datamodel/CMakeLists.txt
index b004a33..c597acc 100644
--- a/src/uscxml/plugins/datamodel/CMakeLists.txt
+++ b/src/uscxml/plugins/datamodel/CMakeLists.txt
@@ -47,8 +47,6 @@ if (LUA_FOUND)
list (APPEND USCXML_OPT_LIBS ${LUA_LIBRARY})
endif()
-
-find_package(SWIG)
if (NOT SWIG_FOUND)
message(STATUS "No swig binary found, not generating DOM classes")
elseif(SWIG_VERSION VERSION_LESS 3.0.8)