[Kst] branches/work/kst/portto4/kst/cmake/src

Barth Netterfield netterfield at astro.utoronto.ca
Fri Jan 14 23:46:38 CET 2011


SVN commit 1214495 by netterfield:

Don't build d2asc
Build dataobject plugins (fix typo).



 M  +2 -3      CMakeLists.txt  


--- branches/work/kst/portto4/kst/cmake/src/CMakeLists.txt #1214494:1214495
@@ -6,11 +6,10 @@
 
 add_subdirectory(datasources)
 
-if(kst_dataobject)
+if(kst_dataobjects)
 	add_subdirectory(plugins)
 endif()
 
-add_subdirectory(d2asc)
+#add_subdirectory(d2asc)
 #add_subdirectory(d2d)
 
-


More information about the Kst mailing list