From fc57089bc509e63f9376858f8038b3efb142418a Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Tue, 20 Oct 2020 14:24:48 +0200 Subject: cmake: Disable the new (CMake 3.16) PCH support Subprojects that use the CMake PCH feature will cause compilation/linker errors. The CMake PCH support should thus be disabled until this can be properly translated to meson. --- tools/gen_data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/gen_data.py') diff --git a/tools/gen_data.py b/tools/gen_data.py index 2cc05a4..32a5347 100755 --- a/tools/gen_data.py +++ b/tools/gen_data.py @@ -78,7 +78,8 @@ def main() -> int: #### - from pathlib import Path + # TODO: Remember to remove this also from tools/gen_data.py + from ._pathlib import Path import typing as T if T.TYPE_CHECKING: -- cgit v1.1