Skip to content
Snippets Groups Projects
Unverified Commit 95b67463 authored by Markus Prim's avatar Markus Prim Committed by GitHub
Browse files

Merge pull request #69 from GenFit/fix-cmake-for-other-than-debian

Fix CMakeLists...
parents c23b1e58 f3aa0df8
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ IF(${ROOT_found_version} LESS 60000) ...@@ -36,7 +36,7 @@ IF(${ROOT_found_version} LESS 60000)
MESSAGE(FATAL_ERROR "GenFit requires a ROOT version > 6.00.00") MESSAGE(FATAL_ERROR "GenFit requires a ROOT version > 6.00.00")
ENDIF() ENDIF()
FIND_PACKAGE(Eigen3 REQUIRED NO_MODULE) FIND_PACKAGE(Eigen3 REQUIRED)
# either, the environment variable RAVEPATH has to be specified, and RAVE's pkgConfig will be used to determine everything we need # either, the environment variable RAVEPATH has to be specified, and RAVE's pkgConfig will be used to determine everything we need
# or, RAVE_LDFLAGS, RAVE_INCLUDE_DIRS and RAVE_CFLAGS have to be set via the command-line # or, RAVE_LDFLAGS, RAVE_INCLUDE_DIRS and RAVE_CFLAGS have to be set via the command-line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment