Merge branch 'main' into modernizationCpp

This commit is contained in:
Luis Díaz Más 2021-04-16 09:19:42 +02:00 committed by GitHub
commit 15ac7d13ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,11 @@ project(exiv2 # use TWEAK to categorize the build
# 1.00.0.29 = RC2 Development
LANGUAGES CXX
)
if(NOT CMAKE_BUILD_TYPE)
set (CMAKE_BUILD_TYPE Release)
endif()
include(cmake/mainSetup.cmake REQUIRED)
# options and their default values