summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-03 14:50:32 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-03 14:50:32 (GMT)
commit95ee4e98ad3a431c084eaee61e0db59dd64309fb (patch)
tree1a42c536345c8f3886aa7def0ed8a989a01488fe
parent22fab3d5fd154c0660cefbe8170c84ef31544473 (diff)
downloaduscxml-95ee4e98ad3a431c084eaee61e0db59dd64309fb.zip
uscxml-95ee4e98ad3a431c084eaee61e0db59dd64309fb.tar.gz
uscxml-95ee4e98ad3a431c084eaee61e0db59dd64309fb.tar.bz2
Linking against dl for fedora/red-hat
-rw-r--r--CMakeLists.txt1
-rwxr-xr-xcontrib/ctest/run-tests.cron2
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d97a87..62292a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -897,6 +897,7 @@ endif()
if (UNIX AND NOT APPLE)
list (APPEND USCXML_CORE_LIBS "pthread")
list (APPEND USCXML_CORE_LIBS "rt")
+ list (APPEND USCXML_CORE_LIBS "dl")
endif()
list(SORT USCXML_FILES)
diff --git a/contrib/ctest/run-tests.cron b/contrib/ctest/run-tests.cron
index 9fd61ea..299a7d4 100755
--- a/contrib/ctest/run-tests.cron
+++ b/contrib/ctest/run-tests.cron
@@ -76,4 +76,4 @@ if [ "$CTEST_SUBMIT_TYPE" = "Continuous" ]; then
fi
cd $TEST_DIR
-nice $CTEST -VV --timeout 60 -S $TESTFILE \ No newline at end of file
+nice $CTEST -VV --timeout 20 -S $TESTFILE \ No newline at end of file