mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-01 09:17:03 +00: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_frontend_tests)
|
||||
|
||||
enable_testing()
|
||||
|
||||
Reference in New Issue
Block a user