Skip to content

Commit

Permalink
Downgrade CMake minimum required version (#635)
Browse files Browse the repository at this point in the history
* Refs #20176: downgrade cmake version in example

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #20176: Apply rev suggestion

Signed-off-by: JesusPoderoso <[email protected]>

---------

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Jan 11, 2024
1 parent a4d1b8c commit 3b31a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.20)

# Get version from sphinx's conf.py so that the cmake and the sphinx versions match
file(STRINGS
Expand Down
2 changes: 1 addition & 1 deletion code/Examples/C++/DDSHelloWorld/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.22)
cmake_minimum_required(VERSION 3.20)

project(DDSHelloWorld)

Expand Down

0 comments on commit 3b31a6e

Please sign in to comment.