Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
064a03a4
Commit
064a03a4
authored
Sep 04, 2020
by
Wenzel Jakob
Browse files
main CMakeLists.txt file: be less noisy
parent
36c666f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
CMakeLists.txt
CMakeLists.txt
+0
-4
No files found.
CMakeLists.txt
View file @
064a03a4
...
...
@@ -161,10 +161,6 @@ add_library(pybind11::headers ALIAS pybind11_headers) # easier to use/remember
include
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/tools/pybind11Common.cmake"
)
if
(
NOT PYBIND11_MASTER_PROJECT AND NOT pybind11_FIND_QUIETLY
)
message
(
STATUS
"Using pybind11: (version
\"
${
pybind11_VERSION
}
\"
${
pybind11_VERSION_TYPE
}
)"
)
endif
()
# Relative directory setting
if
(
USE_PYTHON_INCLUDE_DIR AND DEFINED Python_INCLUDE_DIRS
)
file
(
RELATIVE_PATH CMAKE_INSTALL_INCLUDEDIR
${
CMAKE_INSTALL_PREFIX
}
${
Python_INCLUDE_DIRS
}
)
...
...
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