diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-30 18:24:01 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2013-04-30 18:24:01 (GMT) |
commit | b198912923c40cc97804b8aab1addb3caef89435 (patch) | |
tree | 5f79b87dd7490af8f02004a71be7419a30f0eea3 | |
parent | 8544230e7902f2a204877dd9ed4dc8e6115be120 (diff) | |
download | uscxml-b198912923c40cc97804b8aab1addb3caef89435.zip uscxml-b198912923c40cc97804b8aab1addb3caef89435.tar.gz uscxml-b198912923c40cc97804b8aab1addb3caef89435.tar.bz2 |
comments in CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cdbb75..c7a907e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,7 +327,7 @@ if (NOT WIN32) set(XML_LIBRARIES ${LIBXML2_LIBRARIES}) if (NOT APPLE) list (APPEND USCXML_CORE_LIBS "rt") - list (APPEND USCXML_CORE_LIBS "rt") // yes it's needed twice e.g. on ubuntu + list (APPEND USCXML_CORE_LIBS "rt") # yes it's needed twice e.g. on ubuntu endif() list (APPEND USCXML_CORE_LIBS "dl") list (APPEND USCXML_CORE_LIBS "pthread") |