From 2023e3887765bc0f2f6f4f5d4a0d59b71a4321de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 12 Apr 2024 16:51:01 +0200 Subject: Use the new way to find Python with CMake >= 3.12. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- superkaramba/examples/globalMouse/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'superkaramba') diff --git a/superkaramba/examples/globalMouse/CMakeLists.txt b/superkaramba/examples/globalMouse/CMakeLists.txt index 9df1a76..499a26b 100644 --- a/superkaramba/examples/globalMouse/CMakeLists.txt +++ b/superkaramba/examples/globalMouse/CMakeLists.txt @@ -1,7 +1,7 @@ ##### xcursor.so ####################### include_directories( - ${PYTHON_INCLUDE_DIR} + ${PYTHON_INCLUDE_DIRS} ) tde_add_library( xcursor MODULE NO_LIBTOOL_FILE -- cgit v1.2.1