We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f2c78 commit 1fe92c7Copy full SHA for 1fe92c7
tools/pybind11Common.cmake
@@ -83,7 +83,7 @@ if(CMAKE_SYSTEM_NAME MATCHES Emscripten AND NOT _pybind11_no_exceptions)
83
if(CMAKE_VERSION VERSION_LESS 3.13)
84
message(WARNING "CMake 3.13+ is required to build for Emscripten. Some flags will be missing")
85
else()
86
- if(_is_config)
+ if(is_config)
87
set(_tmp_config_target pybind11::pybind11_headers)
88
89
set(_tmp_config_target pybind11_headers)
0 commit comments