Print

Print


Commit in slic on MAIN
CMakeLists.txt+7-21.8 -> 1.9
print correct LCIO dir variable; still do not know correct var for HepPDT; some commented out debugging code to print all CMake variables at the end of config

slic
CMakeLists.txt 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- CMakeLists.txt	9 Sep 2013 22:12:11 -0000	1.8
+++ CMakeLists.txt	17 Sep 2013 00:40:23 -0000	1.9
@@ -42,7 +42,7 @@
 IF ( NOT LCIO_FOUND )
     MESSAGE( FATAL_ERROR "LCIO was not found!" )
 ELSE()
-    MESSAGE( STATUS "Found LCIO: ${LCIO_DIR}" )
+    MESSAGE( STATUS "Found LCIO: ${LCIO_ROOT}" )
 ENDIF()
 
 # find Geant4
@@ -79,7 +79,7 @@
 IF ( NOT LCDD_FOUND )
     MESSAGE( FATAL_ERROR "HEPPDT was not found!" )
 ELSE()
-    MESSAGE( STATUS "Found HEPPDT: ${HEPPDT_DIR}" )
+    MESSAGE( STATUS "Found HEPPDT: ${HEPPDT_ROOT}" )
 ENDIF()
 
 
@@ -125,3 +125,8 @@
 
 # executable
 ADD_EXECUTABLE( slic ${library_sources} slic.cc )
+
+#get_cmake_property(_variableNames VARIABLES)
+#foreach (_variableName ${_variableNames})
+#    message(STATUS "${_variableName}=${${_variableName}}")
+#endforeach()
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1