diff options
author | Brad King <brad.king@kitware.com> | 2024-09-27 12:32:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-09-27 12:32:31 (GMT) |
commit | 5e4526d6dd473a5e47fea500377bc7b8de754e7f (patch) | |
tree | bc3470493f9ee5d60c0f56094fb2ab83a620f64e | |
parent | 035ca0569ecda4628bb7cd31389d425d4a70490b (diff) | |
download | CMake-5e4526d6dd473a5e47fea500377bc7b8de754e7f.zip CMake-5e4526d6dd473a5e47fea500377bc7b8de754e7f.tar.gz CMake-5e4526d6dd473a5e47fea500377bc7b8de754e7f.tar.bz2 |
CMake 3.30.4v3.30.4
-rw-r--r-- | Help/release/3.30.rst | 19 | ||||
-rw-r--r-- | Source/CMakeVersion.cmake | 2 |
2 files changed, 11 insertions, 10 deletions
diff --git a/Help/release/3.30.rst b/Help/release/3.30.rst index 30d23bb..4cd2b44 100644 --- a/Help/release/3.30.rst +++ b/Help/release/3.30.rst @@ -271,12 +271,13 @@ Changes made since CMake 3.30.0 include the following. version of Python. The :prop_tgt:`INTERFACE_COMPILE_DEFINITIONS` target property is also defined for the various targets provided by these modules. -.. 3.30.4 (unreleased) - - * The :command:`project(<PROJECT-NAME>)` command now sets - :variable:`<PROJECT-NAME>_SOURCE_DIR`, :variable:`<PROJECT-NAME>_BINARY_DIR`, - and :variable:`<PROJECT-NAME>_IS_TOP_LEVEL` as normal variables only if they - are already set as normal variables when :command:`project` is invoked. - Cache entries by the same names are always set as before. - This refines 3.30.3's behavior change to restore behavior of nested - directories that call :command:`project` with the same project name. +3.30.4 +------ + +* The :command:`project(<PROJECT-NAME>)` command now sets + :variable:`<PROJECT-NAME>_SOURCE_DIR`, :variable:`<PROJECT-NAME>_BINARY_DIR`, + and :variable:`<PROJECT-NAME>_IS_TOP_LEVEL` as normal variables only if they + are already set as normal variables when :command:`project` is invoked. + Cache entries by the same names are always set as before. + This refines 3.30.3's behavior change to restore behavior of nested + directories that call :command:`project` with the same project name. diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 18f9cc7..a3aaaac 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 30) -set(CMake_VERSION_PATCH 3) +set(CMake_VERSION_PATCH 4) #set(CMake_VERSION_RC 0) set(CMake_VERSION_IS_DIRTY 0) |