[dss-commits] r8730 - dss/trunk/tests

dss-commits at forum.digitalstrom.org dss-commits at forum.digitalstrom.org
Thu Sep 3 12:14:32 CEST 2009


Author: jwinkelmann
Date: 2009-09-03 12:14:32 +0200 (Thu, 03 Sep 2009)
New Revision: 8730

Modified:
   dss/trunk/tests/CMakeLists.txt
Log:
tests: fix linker error caused by shttpd -> mongoose switch

Modified: dss/trunk/tests/CMakeLists.txt
===================================================================
--- dss/trunk/tests/CMakeLists.txt	2009-09-03 09:48:59 UTC (rev 8729)
+++ dss/trunk/tests/CMakeLists.txt	2009-09-03 10:14:32 UTC (rev 8730)
@@ -9,7 +9,7 @@
 			seriestests.cpp)
 
 target_link_libraries(dsstests ${BOOST_TEST_LIB} core unix webservices 
-	pthread shttpd slaves ${REQUIRED_LIBS})
+	pthread mongoose slaves ${REQUIRED_LIBS})
 
 add_custom_target( test
   COMMAND dsstests --report_level=detailed --log_level=all



More information about the dss-commits mailing list