Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
7b127b69
Commit
7b127b69
authored
Jun 17, 2019
by
Nikola Hardi
Browse files
Make cmake dependencies case sensitive
parent
9e6bcdc8
Pipeline
#922054
passed with stage
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7b127b69
...
...
@@ -5,8 +5,8 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
find_package
(
JSONC REQUIRED
)
find_package
(
OpenSSL REQUIRED
)
find_package
(
libwebsockets REQUIRED
)
find_package
(
ROOT REQUIRED COMPONENTS Net Netx Tree XMLIO P
ROOF
)
find_package
(
zlib
REQUIRED
)
find_package
(
ROOT REQUIRED COMPONENTS Net Netx Tree XMLIO P
roof
)
find_package
(
ZLIB
REQUIRED
)
foreach
(
FEATURE xrootd xml
)
if
(
NOT ROOT_
${
FEATURE
}
_FOUND
)
message
(
FATAL_ERROR
"ROOT was built without
${
FEATURE
}
support (required)"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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