cmake - remove trailing spaces

This commit is contained in:
Andrej730
2025-08-12 12:49:20 +05:00
parent 34e699687d
commit 3423e6b13d
4 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ IF((PYTHONINTERP_FOUND AND NOT "${PYTHON_EXECUTABLE}" STREQUAL "") OR PYTHON_MOD
IF("${python_package_dir}" STREQUAL "")
MESSAGE(WARNING "Unable to locate Python site-package directory, unable to install the Python wrapper")
ELSE()
FILE(GLOB_RECURSE sourcefiles
FILE(GLOB_RECURSE sourcefiles
"${CMAKE_CURRENT_SOURCE_DIR}/../ifcopenshell-python/ifcopenshell/*"
)
FOREACH(file ${sourcefiles})