Configuration - Fix Cmake static linking warnings missing some spaces (#1075)

This commit is contained in:
Andrej730
2026-02-13 10:04:24 +01:00
committed by GitHub
parent 56e162c480
commit bdec5d75f6

View File

@@ -116,9 +116,9 @@ if ("${BUILD_LIBRARY_TYPE}" STREQUAL "Shared")
set (BUILD_SHARED_LIBRARY_NAME_POSTFIX "" CACHE STRING "${BUILD_SHARED_LIBRARY_NAME_POSTFIX_DESCR}" FORCE) set (BUILD_SHARED_LIBRARY_NAME_POSTFIX "" CACHE STRING "${BUILD_SHARED_LIBRARY_NAME_POSTFIX_DESCR}" FORCE)
endif() endif()
else() else()
message(AUTHOR_WARNING "OCCT is licensed under LGPL 2.1, which has limitations on" message(AUTHOR_WARNING "OCCT is licensed under LGPL 2.1, which has limitations on "
"static linking with proprietary software." "static linking with proprietary software. "
"OCCT3D offers commercial licensing exceptions to LGPL 2.1." "OCCT3D offers commercial licensing exceptions to LGPL 2.1. "
"Please use our contact form at https://occt3d.com/") "Please use our contact form at https://occt3d.com/")
unset (BUILD_SHARED_LIBS) unset (BUILD_SHARED_LIBS)
unset (BUILD_SHARED_LIBRARY_NAME_POSTFIX) unset (BUILD_SHARED_LIBRARY_NAME_POSTFIX)