Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
irp
Fresnel
Commits
50b0c47c
Commit
50b0c47c
authored
Oct 25, 2021
by
Leon Merten Lohse
Browse files
fix python version detection
parent
461aae28
Pipeline
#242636
failed with stage
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
50b0c47c
...
...
@@ -7,7 +7,10 @@ set(default_build_type "Release")
include
(
GNUInstallDirs
)
find_package
(
Python COMPONENTS Interpreter Development REQUIRED
)
if
(
NOT SKBUILD
)
# This is done by scikit-build -- if used
find_package
(
Python COMPONENTS Interpreter Development REQUIRED
)
endif
()
add_subdirectory
(
extern/pybind11
)
#find_package (pybind11 CONFIG REQUIRED)
find_package
(
Eigen3 3.3 REQUIRED NO_MODULE
)
...
...
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