Print

Print


Commit in lcio on MAIN
BuildSetup.cmake+8-41.9 -> 1.10
fixed pathes (path to java needed )

lcio
BuildSetup.cmake 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- BuildSetup.cmake	11 Jul 2007 15:37:46 -0000	1.9
+++ BuildSetup.cmake	13 Jul 2007 15:28:42 -0000	1.10
@@ -16,17 +16,21 @@
 #############################################################################
 
 # ILC_HOME
-SET( ILC_HOME "/afs/desy.de/group/it/ilcsoft/v01-01_beta"
+SET( ILC_HOME "/afs/desy.de/group/it/ilcsoft"
     CACHE PATH "Path to ILC Software" FORCE )
 
 #############################################################################
 # Java
 #############################################################################
 
-# If you don't want to use the java version automatically detected by cmake
-# you can define here what java to use
+#specify path to the java version that you want to use
 
+#  ---- SL4 
 # Path to Java
+SET( JAVA_HOME "${ILC_HOME}/java/1.6.0"
+    CACHE PATH "Path to Java" FORCE )
+
+#  ---- SL3 
 #SET( JAVA_HOME "${ILC_HOME}/java/1.5.0"
 #    CACHE PATH "Path to Java" FORCE )
 
@@ -38,7 +42,7 @@
 #############################################################################
 
 # Enable this for building LCIO with CLHEP
-#SET( BUILD_WITH "CLHEP" CACHE STRING "Build LCIO with these optional packages" FORCE )
+SET( BUILD_WITH "CLHEP" CACHE STRING "Build LCIO with these optional packages" FORCE )
 
 # Path to CLHEP
 SET( CLHEP_HOME "${ILC_HOME}/CLHEP/2.0.2.2"
CVSspam 0.2.8