Print

Print


Commit in gdml2/CPPGDML on MAIN
CMakeLists.txt+2-21.5 -> 1.6
bug fix typo in GDML CMake file; fixes LCDD-108

gdml2/CPPGDML
CMakeLists.txt 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- CMakeLists.txt	11 Apr 2013 00:13:42 -0000	1.5
+++ CMakeLists.txt	10 Sep 2013 21:10:41 -0000	1.6
@@ -79,7 +79,7 @@
 INCLUDE_DIRECTORIES( ${XERCES_INCLUDE_DIR} ${Geant4_INCLUDE_DIRS} )
 
 # libraries
-LINK_LIBRARIES( ${XERCES_LIBRARIES} ${Geant4_LIBRARIES} )
+LINK_LIBRARIES( ${XERCES_LIBRARY} ${Geant4_LIBRARIES} )
 
 # output shared library
 ADD_LIBRARY( gdml SHARED ${library_sources} )
@@ -89,4 +89,4 @@
 INSTALL( TARGETS gdml DESTINATION ${GDML_LIB_INSTALL_DIR} )
 
 # generate package configuration
-GENERATE_PACKAGE_CONFIGURATION_FILES( GDMLConfig.cmake GDMLConfigVersion.cmake GDMLLibDeps.cmake )
\ No newline at end of file
+GENERATE_PACKAGE_CONFIGURATION_FILES( GDMLConfig.cmake GDMLConfigVersion.cmake GDMLLibDeps.cmake )
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