Skip to content
Snippets Groups Projects
Commit b212afa5 authored by Jan Möbius's avatar Jan Möbius
Browse files

Merge branch 'issue-186-use-local-pybind' into 'master'

pybind11: Use vendored copy instead of globally installed one.

See merge request !253
parents f0e58ad1 af0777d3
No related branches found
No related tags found
1 merge request!253pybind11: Use vendored copy instead of globally installed one.
......@@ -84,7 +84,7 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
else()
set(PYBIND11_MASTER_PROJECT OFF)
set(pybind11_system SYSTEM)
set(pybind11_system "")
endif()
# Options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment