summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-28 07:32:19 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-28 07:32:19 (GMT)
commit2b64614618fc79728ba447ed9e15c5e7fd06af5e (patch)
tree341f49721360b123d331cab866b60a4de91f4bc5 /CMakeLists.txt
parent9d4e46c90f8674ecf60848549a48825069b88046 (diff)
downloaduscxml-2b64614618fc79728ba447ed9e15c5e7fd06af5e.zip
uscxml-2b64614618fc79728ba447ed9e15c5e7fd06af5e.tar.gz
uscxml-2b64614618fc79728ba447ed9e15c5e7fd06af5e.tar.bz2
Retain ioProcs and invokers object in V8 and moved ctests from contrib to tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9bcccb9..42c21f4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1287,7 +1287,7 @@ endif()
# enable config.h style compile time options and add as "uscxml/config.h"
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/uscxml/config.h)
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/contrib/ctest/CTestCustom.ctest.in ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.ctest @ONCE)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/test/ctest/CTestCustom.ctest.in ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.ctest @ONCE)
############################################################
# Some concluding remarks