comparison Azure/CMakeLists.txt @ 109:2549eecdc996

updated minimum cmake version for Azure & Google
author Alain Mazy <am@osimis.io>
date Tue, 10 Oct 2023 15:15:04 +0200
parents 030b78960c4f
children f2c242a6f8ab
comparison
equal deleted inserted replaced
108:030b78960c4f 109:2549eecdc996
13 # 13 #
14 # You should have received a copy of the GNU Affero General Public License 14 # You should have received a copy of the GNU Affero General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 16
17 17
18 cmake_minimum_required(VERSION 2.8) 18 cmake_minimum_required(VERSION 3.3)
19 19
20 project(OrthancAzureBlobStorage) 20 project(OrthancAzureBlobStorage)
21 21
22 set(PLUGIN_VERSION "mainline") 22 set(PLUGIN_VERSION "mainline")
23 23