mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
cmake min 3.9 -> 3.13 so LINK_LIBRARIES available in try_compile()
cmake: hardcode -fsanitize=address for MSVC 2019 cmake: non-MSVC simplify setting sanitize address, undefined test_code128: test_hibc_input: extra tests
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 2006-2017 Kentaro Fukuchi <kentaro@fukuchi.org>
|
||||
# vim: set ts=4 sw=4 et :
|
||||
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
project(zint_backend_tests)
|
||||
|
||||
enable_testing()
|
||||
|
Reference in New Issue
Block a user