fix(cmake): regression in include gaurd (#5691)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-05-26 12:26:08 -04:00
committed by GitHub
parent 03b4a9e56f
commit 6e3e8515e7
2 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
# All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
include_guard(GLOBAL)
include_guard(DIRECTORY)
if(pybind11_FIND_QUIETLY)
set(_pybind11_quiet QUIET)