Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11_abseil
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11_abseil
Commits
5199278d
Commit
5199278d
authored
Jan 09, 2024
by
pybind11_abseil authors
Committed by
Copybara-Service
Jan 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Previous commit would break on versions of CMAKE < 3.24. Fixed.
PiperOrigin-RevId: 597043524
parent
ca5b7bd9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
CMakeLists.txt
+4
-1
No files found.
CMakeLists.txt
View file @
5199278d
...
...
@@ -11,7 +11,10 @@ set(ABSL_PROPAGATE_CXX_STD ON)
set
(
BUILD_TESTING OFF
)
set
(
CMAKE_POSITION_INDEPENDENT_CODE TRUE
)
set
(
CMAKE_INTERPROCEDURAL_OPTIMIZATION FALSE
)
cmake_policy
(
SET CMP0135 NEW
)
if
(
CMAKE_VERSION VERSION_GREATER_EQUAL 3.24
)
cmake_policy
(
SET CMP0135 NEW
)
endif
()
find_package
(
Python3 COMPONENTS interpreter development
)
...
...
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