Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
tlibs
Commits
cc0e98fa
Commit
cc0e98fa
authored
May 28, 2020
by
Tobias WEBER
Browse files
cosmetic change
parent
349552ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
FindMinuit2.cmake
View file @
cc0e98fa
...
...
@@ -22,12 +22,12 @@ find_library(Minuit2_LIBRARIES
)
if
(
Minuit2_INCLUDE_DIRS AND Minuit2_LIBRARIES
)
set
(
Minuit2_FOUND
1
)
set
(
Minuit2_FOUND
TRUE
)
message
(
"Minuit include directories:
${
Minuit2_INCLUDE_DIRS
}
"
)
message
(
"Minuit library:
${
Minuit2_LIBRARIES
}
"
)
else
()
set
(
Minuit2_FOUND
0
)
set
(
Minuit2_FOUND
FALSE
)
message
(
"Error: Minuit2 could not be found!"
)
endif
()
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