Skip to content
Snippets Groups Projects
Commit dd04c1b9 authored by Ewelina Maria Lobodzinska's avatar Ewelina Maria Lobodzinska
Browse files

correct the RivetEnvironmentConfig.cmake and the script for Rivet setup

parent e6b77034
No related branches found
No related tags found
Loading
......@@ -6,7 +6,7 @@
# Set the environment variable(s):
find_package( Rivet )
find_package( Yoda )
find_package( YODA )
if( RIVET_FOUND AND YODA_FOUND )
get_filename_component( _rivetPath "${RIVET_ROOT}" DIRECTORY )
......@@ -14,6 +14,7 @@ if( RIVET_FOUND AND YODA_FOUND )
FORCESET RIVETVER ${RIVET_VERSION}
FORCESET YODAVER ${YODA_VERSION}
FORCESET RIVET_PATH ${_rivetPath}/${LCG_PLATFORM})
unset( _rivetPath )
endif()
# Silently declare the module found:
......
source ${RIVET_PATH}/rivetenv.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment