|
|
@@ -7,8 +7,8 @@ CMP0164
|
|
|
the platform.
|
|
|
|
|
|
In CMake 3.29 and below, on platforms that do not support shared libraries
|
|
|
-(:prop_gbl:`TARGET_SUPPORTS_SHARED_LIBS` is ``false``), the
|
|
|
-:command:`add_library` command automatically converted ``SHARED`` libraries to
|
|
|
+(:prop_gbl:`TARGET_SUPPORTS_SHARED_LIBS` is false), the
|
|
|
+:command:`add_library` command automatically converts ``SHARED`` libraries to
|
|
|
``STATIC`` libraries to help users build projects on such platforms. However,
|
|
|
the semantics of shared and static libraries are different enough that such
|
|
|
automatic conversion cannot work in general. Projects using shared libraries
|