Mercurial > hg > orthanc-java
changeset 3:c9b4ff27ad5d
fix cmake_minimum_required()
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 18 Oct 2023 18:56:58 +0200 |
| parents | 76114d03e318 |
| children | 9032ffb3a7d5 |
| files | JavaSDK/CMakeLists.txt Plugin/CMakeLists.txt |
| diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/JavaSDK/CMakeLists.txt Wed Oct 18 18:54:12 2023 +0200 +++ b/JavaSDK/CMakeLists.txt Wed Oct 18 18:56:58 2023 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.1) project(OrthancJavaSDK)
--- a/Plugin/CMakeLists.txt Wed Oct 18 18:54:12 2023 +0200 +++ b/Plugin/CMakeLists.txt Wed Oct 18 18:56:58 2023 +0200 @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.1) project(OrthancJavaPlugin)
