summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-08-02 10:04:36 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-08-02 10:04:36 (GMT)
commit05e908c1f1fd1483cea3cdfbce22aaecde219785 (patch)
tree194d869c3697a9a6b37e407959540b1a25d50525 /src
parentbca8837bc47686adbf96498a3b645aaeacd07d69 (diff)
downloaduscxml-05e908c1f1fd1483cea3cdfbce22aaecde219785.zip
uscxml-05e908c1f1fd1483cea3cdfbce22aaecde219785.tar.gz
uscxml-05e908c1f1fd1483cea3cdfbce22aaecde219785.tar.bz2
Deactivated ANSI C datamodel - we will go for picoc
Diffstat (limited to 'src')
-rw-r--r--src/uscxml/plugins/datamodel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/datamodel/CMakeLists.txt b/src/uscxml/plugins/datamodel/CMakeLists.txt
index a60552e..31191cc 100644
--- a/src/uscxml/plugins/datamodel/CMakeLists.txt
+++ b/src/uscxml/plugins/datamodel/CMakeLists.txt
@@ -47,7 +47,7 @@ if (LUA_FOUND)
list (APPEND USCXML_OPT_LIBS ${LUA_LIBRARY})
endif()
-if (ON)
+if (OFF) # do not build ANSI C datamodel for now
set(USCXML_DATAMODELS "c89 ${USCXML_DATAMODELS}")
# Lua ecmascript datamodel
file(GLOB_RECURSE C89_DATAMODEL