File tree 3 files changed +5
-6
lines changed
include/ztd/cuneicode/detail
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 27
27
#
28
28
# =========================================================================== #
29
29
30
- cmake_minimum_required (VERSION 3.21.0)
31
- cmake_policy (VERSION 3.21)
30
+ cmake_minimum_required (VERSION 3.28.0)
32
31
33
32
# # Project kickstart
34
33
# Includes a bunch of basic flags and utilities shared across projects
@@ -244,9 +243,9 @@ if (ZTD_CUNEICODE_EXAMPLES OR ZTD_CUNEICODE_SIMDUTF_SHARED)
244
243
simdutf
245
244
GIT_REPOSITORY https://github.com/simdutf/simdutf
246
245
GIT_SHALLOW ON
247
- GIT_TAG master)
246
+ GIT_TAG master
247
+ EXCLUDE_FROM_ALL )
248
248
FetchContent_MakeAvailable(simdutf)
249
- set_property (DIRECTORY "${simdutf_SOURCE_DIR} " PROPERTY EXCLUDE_FROM_ALL YES )
250
249
endfunction ()
251
250
simdutf_dependency_jail()
252
251
add_subdirectory (shared)
Original file line number Diff line number Diff line change 61
61
#define ZTD_CUNEICODE_API_LINKAGE_I_ ZTD_CUNEICODE_API_LINKAGE
62
62
#else
63
63
#if ZTD_IS_ON (ZTD_CUNEICODE_DLL )
64
- #if ZTD_IS_ON (ZTD_COMPILER_VCXX ) || ZTD_IS_ON (ZTD_CUNEICODE_WINDOWS ) || ZTD_IS_ON (ZTD_CUNEICODE_CYGWIN )
64
+ #if ZTD_IS_ON (ZTD_COMPILER_VCXX ) || ZTD_IS_ON (ZTD_PLATFORM_WINDOWS ) || ZTD_IS_ON (ZTD_PLATFORM_CYGWIN )
65
65
// MSVC Compiler; or, Windows, or Cygwin platforms
66
66
#if ZTD_IS_ON (ZTD_CUNEICODE_BUILD )
67
67
// Building the library
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ FetchContent_Declare(
36
36
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
37
37
GIT_SHALLOW ON
38
38
GIT_TAG devel
39
+ EXCLUDE_FROM_ALL
39
40
)
40
41
FetchContent_MakeAvailable(catch2)
41
- set_property (DIRECTORY "${catch2_SOURCE_DIR} " PROPERTY EXCLUDE_FROM_ALL YES )
42
42
43
43
#add_subdirectory(allocation)
44
44
add_subdirectory (basic_run_time)
You can’t perform that action at this time.
0 commit comments