From b198912923c40cc97804b8aab1addb3caef89435 Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Tue, 30 Apr 2013 20:24:01 +0200 Subject: comments in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v0.12