Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
982acc60
Commit
982acc60
authored
Apr 11, 2018
by
Dario Berzano
Committed by
Nikola Hardi
Mar 18, 2019
Browse files
Add missing libNetx to linking
parent
b2206737
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
982acc60
...
...
@@ -4,7 +4,7 @@ list(APPEND CMAKE_PREFIX_PATH ${ROOTSYS})
set
(
CMAKE_MODULE_PATH
"
${
CMAKE_SOURCE_DIR
}
/cmake/modules"
)
find_package
(
JSONC REQUIRED
)
find_package
(
libwebsockets REQUIRED
)
find_package
(
ROOT REQUIRED COMPONENTS Net Tree
)
find_package
(
ROOT REQUIRED COMPONENTS Net
Netx
Tree
)
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