Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
morse_cmake
Commits
e19b52b2
Commit
e19b52b2
authored
Apr 12, 2018
by
PRUVOST Florent
Browse files
clean
parent
78da9873
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/find/FindTMG.cmake
View file @
e19b52b2
...
...
@@ -250,10 +250,6 @@ if (LAPACK_FOUND)
list
(
APPEND CMAKE_REQUIRED_LIBRARIES
"
${
REQUIRED_LDFLAGS
}
"
)
list
(
APPEND CMAKE_REQUIRED_LIBRARIES
"
${
REQUIRED_LIBS
}
"
)
string
(
REGEX REPLACE
"^ -"
"-"
CMAKE_REQUIRED_LIBRARIES
"
${
CMAKE_REQUIRED_LIBRARIES
}
"
)
message
(
STATUS
"REQUIRED_INCDIRS:
${
REQUIRED_INCDIRS
}
"
)
message
(
STATUS
"REQUIRED_FLAGS:
${
REQUIRED_FLAGS
}
"
)
message
(
STATUS
"REQUIRED_LDFLAGS:
${
REQUIRED_LDFLAGS
}
"
)
message
(
STATUS
"REQUIRED_LIBS:
${
REQUIRED_LIBS
}
"
)
# test link
unset
(
TMG_WORKS CACHE
)
...
...
Write
Preview
Supports
Markdown
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