File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.10)
22
3+ cmake_policy (SET CMP0177 NEW)
4+
35if (NOT RESTINIO_LIBRARY_NAME)
46 # That must be the case when RESTinio is used as a dependency.
57 set (RESTINIO_LIBRARY_NAME restinio)
Original file line number Diff line number Diff line change 4242end
4343
4444MxxRu ::arch_externals :catch do |e |
45- # NOTE: version 3.8.1 is not used because it leads to build errors
46- # somewhere in catch2/extras/CatchAddTests.cmake:234
47- # Something like:
48- #
49- # catch2/extras/CatchAddTests.cmake:138 (string):
50- # string sub-command JSON failed parsing json string: * Line 1, Column 1
51- #
52- # Syntax error: value, object or array expected.
5345 e . url 'https://github.com/catchorg/Catch2/archive/refs/tags/v3.10.0.tar.gz'
5446
5547 e . map_dir 'src' => 'dev/catch2/'
You can’t perform that action at this time.
0 commit comments