Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
52b273b5
Commit
52b273b5
authored
Jul 07, 2011
by
Sebastian Eichelbaum
Browse files
[ADD] - added some mac specific search paths to findeigen3
parent
8c584922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
tools/cmake/Findeigen3.cmake
tools/cmake/Findeigen3.cmake
+6
-1
No files found.
tools/cmake/Findeigen3.cmake
View file @
52b273b5
...
...
@@ -7,7 +7,12 @@
# You can set the environment variable "EIGEN3_INCLUDE_DIR" to help this script finding it if
# you placed it in some unusual location.
FIND_PATH
(
EIGEN3_INCLUDE_DIR Eigen/Core $ENV{EIGEN3_INCLUDE_DIR} /usr/include/eigen3 /usr/local/include/eigen3
)
FIND_PATH
(
EIGEN3_INCLUDE_DIR Eigen/Core $ENV{EIGEN3_INCLUDE_DIR}
$ENV{HOME}/.local/include/eigen3
/usr/include/eigen3
/usr/local/include/eigen3
/opt/local/include/eigen3
/sw/include/eigen3
)
SET
(
EIGEN3_FOUND FALSE
)
IF
(
EIGEN3_INCLUDE_DIR
)
...
...
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