Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19300226
D46.1759162902.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D46.1759162902.diff
View Options
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,11 +41,13 @@
project(EvtGen
VERSION 2.0.0
DESCRIPTION "Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons."
+ LANGUAGES C CXX
)
else()
project(EvtGen
VERSION 2.0.0
DESCRIPTION "Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons."
+ LANGUAGES C CXX
HOMEPAGE_URL "https://evtgen.hepforge.org"
)
endif()
diff --git a/cmake/Modules/FindPythia8.cmake b/cmake/Modules/FindPythia8.cmake
--- a/cmake/Modules/FindPythia8.cmake
+++ b/cmake/Modules/FindPythia8.cmake
@@ -56,7 +56,7 @@
foreach(component ${Pythia8_FIND_COMPONENTS})
find_library(PYTHIA8_${component}_LIBRARY NAMES ${component} ${_${component}_names}
- HINTS $ENV{PYTHIA8_ROOT_DIR}/lib ${PYTHIA8_ROOT_DIR}/lib)
+ HINTS $ENV{PYTHIA8_ROOT_DIR}/lib ${PYTHIA8_ROOT_DIR}/lib $ENV{PYTHIA8_ROOT_DIR}/lib64 ${PYTHIA8_ROOT_DIR}/lib64 )
if (PYTHIA8_${component}_LIBRARY)
set(PYTHIA8_${component}_FOUND 1)
list(APPEND PYTHIA8_LIBRARIES ${PYTHIA8_${component}_LIBRARY})
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 29, 5:21 PM (19 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6543244
Default Alt Text
D46.1759162902.diff (1 KB)
Attached To
Mode
D46: Small cmake improvements for the RHEL8
Attached
Detach File
Event Timeline
Log In to Comment