Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
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
Commits
53a338c0
Commit
53a338c0
authored
Jan 13, 2017
by
Lori A. Burns
Committed by
Wenzel Jakob
Jan 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix one lingering ::pybind11 --> ::module target name (#603)
parent
5b5e3de3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
tools/pybind11Config.cmake.in
+1
-1
No files found.
tools/pybind11Config.cmake.in
View file @
53a338c0
...
@@ -71,7 +71,7 @@ if(NOT (CMAKE_VERSION VERSION_LESS 3.0))
...
@@ -71,7 +71,7 @@ if(NOT (CMAKE_VERSION VERSION_LESS 3.0))
# Don't include targets if this file is being picked up by another
# Don't include targets if this file is being picked up by another
# project which has already built this as a subproject
# project which has already built this as a subproject
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
if(NOT TARGET ${PN}::
pybind11
)
if(NOT TARGET ${PN}::
module
)
include("${CMAKE_CURRENT_LIST_DIR}/${PN}Targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/${PN}Targets.cmake")
find_package(PythonLibsNew ${PYBIND11_PYTHON_VERSION} MODULE REQUIRED)
find_package(PythonLibsNew ${PYBIND11_PYTHON_VERSION} MODULE REQUIRED)
...
...
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