File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -345,3 +345,20 @@ Other Changes
345
345
* The :command: `file(REMOVE) ` and :command: `file(REMOVE_RECURSE) ` commands
346
346
were changed to ignore empty arguments with a warning instead of treating
347
347
them as a relative path and removing the contents of the current directory.
348
+
349
+ Updates
350
+ =======
351
+
352
+ Changes made since CMake 3.15.0 include the following.
353
+
354
+ 3.15.1
355
+ ------
356
+
357
+ * In CMake 3.15.0 support for the GNU-like ``Clang `` compiler targeting the
358
+ MSVC ABI implemented :variable: `CMAKE_CXX_STANDARD ` values 98 and 11 using
359
+ the corresponding ``-std= `` flags. However, these modes do not work with
360
+ the MSVC standard library. Therefore CMake 3.15.1 passes C++14 standard
361
+ flags even for C++98 and C++11. This is consistent with MSVC itself which
362
+ always runs in a mode aware of C++14.
363
+
364
+ * Preliminary Swift support added in 3.15.0 has been updated.
You can’t perform that action at this time.
0 commit comments