|
@@ -232,8 +232,8 @@ Other Changes
|
|
|
* Builds targeting macOS no longer choose any SDK or pass an ``-isysroot``
|
|
* Builds targeting macOS no longer choose any SDK or pass an ``-isysroot``
|
|
|
flag to the compiler by default. Instead, compilers are expected to
|
|
flag to the compiler by default. Instead, compilers are expected to
|
|
|
choose a default macOS SDK on their own. In order to use a compiler that
|
|
choose a default macOS SDK on their own. In order to use a compiler that
|
|
|
- does not do this, users must now specify ``-DCMAKE_OSX_SYSROOT=macosx``
|
|
|
|
|
- when configuring their build.
|
|
|
|
|
|
|
+ does not do this, users must now specify :variable:`CMAKE_OSX_SYSROOT`
|
|
|
|
|
+ when configuring their build, e.g., ``-DCMAKE_OSX_SYSROOT=macosx``.
|
|
|
|
|
|
|
|
* On AIX, ``SHARED`` library targets now produce a shared library archive
|
|
* On AIX, ``SHARED`` library targets now produce a shared library archive
|
|
|
by default. See policy :policy:`CMP0182`.
|
|
by default. See policy :policy:`CMP0182`.
|