From a301a010dbe1b3e2d5d24859c7bfd188a0011a6a Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 24 11月 2019 21:44:12 +0800 Subject: [PATCH] removed mkdir build --- test/library/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/library/CMakeLists.txt b/test/library/CMakeLists.txt index b7f4d90..dfb681a 100644 --- a/test/library/CMakeLists.txt +++ b/test/library/CMakeLists.txt @@ -69,4 +69,4 @@ ADD_TEST(NAME test_event_registry COMMAND wine ${CMAKE_CURRENT_BINARY_DIR}/test_event_registry) ELSE() ADD_TEST(NAME test_event_registry COMMAND test_event_registry) -ENDIF() \ No newline at end of file +ENDIF() -- Gitblit v1.9.1