We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f3043 commit 835139fCopy full SHA for 835139f
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