File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ set(VRHI_VERSION "v0.1.4" CACHE STRING "VRHI release version to fetch")
2626include (FetchContent )
2727
2828if (VEFC_ENABLE_FREETYPE)
29+ set (CMAKE_POLICY_DEFAULT_CMP0091 NEW)
2930 FetchContent_Declare (
3031 freetype
3132 GIT_REPOSITORY https://github.com/freetype/freetype.git
@@ -38,6 +39,7 @@ if(VEFC_ENABLE_FREETYPE)
3839endif ()
3940
4041if (VEFC_ENABLE_HARFBUZZ)
42+ set (CMAKE_POLICY_DEFAULT_CMP0091 NEW)
4143 FetchContent_Declare (
4244 harfbuzz
4345 GIT_REPOSITORY https://github.com/harfbuzz/harfbuzz.git
Original file line number Diff line number Diff line change 4646#include " test_lifecycle.cpp"
4747#include " test_atlas.cpp"
4848
49- UTEST_STATE ();
50- int main (int argc, const char *const argv[])
51- {
52- printf (" TEST_MAIN_STARTED\n " );
53- fflush (stdout);
54- return utest_main (argc, argv);
55- }
49+ UTEST_MAIN ();
You can’t perform that action at this time.
0 commit comments