Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
0f9858ab
Commit
0f9858ab
authored
Apr 17, 2019
by
Lennart Huth
Browse files
adjusted FindMUPIX8.cmake
parent
8ff013f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/FindMUPIX8DAQ.cmake
View file @
0f9858ab
# - Try to find the MuPix telescope DAQ
# Once done this will define
# MUPIX8DAQ_FOUND - System has
EU
DAQ
# MUPIX8DAQ_INCLUDE_DIR - The
EU
DAQ main include directories
# MUPIX8DAQ_LIBRARY - The libraries needed to use
EU
DAQ
# MUPIX8DAQ_FOUND - System has
MuPix
DAQ
# MUPIX8DAQ_INCLUDE_DIR - The
MuPix
DAQ main include directories
# MUPIX8DAQ_LIBRARY - The libraries needed to use
MuPix
DAQ
MESSAGE
(
STATUS
"Looking for MuPix Telescope Readout..."
)
FIND_PATH
(
MUPIX8DAQ_INCLUDE_DIR NAMES
"
library/
telescope_frame.hpp"
"
library/blockfile.hpp
"
PATHS
"$ENV{MUPIX8DAQ}"
)
FIND_PATH
(
MUPIX8DAQ_INCLUDE_DIR
NAMES
"telescope_frame.hpp"
"
*.hpp"
"*.h
"
PATHS
"$ENV{MUPIX8DAQ}
/include/
"
)
MESSAGE
(
STATUS
"telescope_frame.hpp =>
${
MUPIX8DAQ_INCLUDE_DIR
}
"
)
IF
(
MUPIX8DAQ_INCLUDE_DIR
)
SET
(
MUPIX8DAQ_INC_FOUND TRUE
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment