Normalize whitespaces in cmake files

This commit is contained in:
Andrej730
2026-08-24 18:19:45 +05:00
parent 908d85a51a
commit a5b6f83a3d
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ target_include_directories(plugin PUBLIC
)
if (NOT CREATE_BUNDLE)
set_target_properties(plugin PROPERTIES
set_target_properties(plugin PROPERTIES
VERSION "${PROJECT_VERSION}"
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
)