From c6f13bb4e1bdbc728d36c188eda4a5176ab135d6 Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Tue, 29 Oct 2024 15:10:47 +0100 Subject: [PATCH] python: Improve comment --- python.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.cmake b/python.cmake index 608993e3..12de4e9c 100644 --- a/python.cmake +++ b/python.cmake @@ -349,7 +349,7 @@ macro(FINDPYTHON) endif() endif() - # Avoid Windows path + # Avoid paths in Windows format if(PYTHON_SITELIB) file(TO_CMAKE_PATH "${PYTHON_SITELIB}" PYTHON_SITELIB) endif()