Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
a6a4edc9
Commit
a6a4edc9
authored
Jan 23, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Raised cmake version required to 3.12
parent
e57e6a04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cmake/CMakeLists.txt
cmake/CMakeLists.txt
+3
-2
No files found.
cmake/CMakeLists.txt
View file @
a6a4edc9
# Force minimal cmake version
# Required 3.8 to use source_group TREE
cmake_minimum_required
(
VERSION 3.8.0 FATAL_ERROR
)
# Required 3.12 to use findPython3
cmake_minimum_required
(
VERSION 3.12.0 FATAL_ERROR
)
file
(
SHA512
${
CMAKE_SOURCE_DIR
}
/CMakeLists.txt HASH_TOPLEVEL_CMAKEFILE
)
file
(
SHA512
${
CMAKE_SOURCE_DIR
}
/OpenFlipper/cmake/CMakeLists.txt HASH_LATEST_CMAKEFILE
)
...
...
@@ -82,7 +83,7 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${_more_macro_directories})
# Python support
# ========================================================================
find_package
(
Python
3
COMPONENTS Development
)
find_package
(
Python COMPONENTS Development
)
if
(
NOT TARGET pybind11::module OR NOT TARGET pybind11::embed
)
add_subdirectory
(
OpenFlipper/libs_required/pybind11
)
...
...
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