Merge pull request #1547 from scribam/cmake-minimum-required

CMake: Set minimum required version to 3.0
This commit is contained in:
Hans-Kristian Arntzen 2020-11-23 14:12:14 +01:00 committed by GitHub
commit dabdf4eff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0)
set(CMAKE_CXX_STANDARD 11)
# Avoid a warning if parent project sets VERSION in project().