Migrate boost unit test to google test with cmake (ctest)
[anna.git] / example / comm / irkClient / SConscript
index 1002d3a..52d8393 100644 (file)
@@ -20,7 +20,7 @@ anna_rlibs = list(anna_libs)
 anna_rlibs.reverse()
 
 # Libraries ###############################################################
-# To avoid other libraries accumulation (boost testing, i.e.):
+# To avoid other libraries accumulation:
 localEnv = env.Clone()
 
 anna_library = { 'LIBS' : anna_rlibs }