Skip to content

Commit 49e819a

Browse files
committed
Test
1 parent fdc5e3a commit 49e819a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,7 @@ FetchContent_Declare(
88

99
if(WIN32)
1010
message(STATUS "Win32")
11-
add_compile_definitions(
12-
NTDDI_VERSION=0x06020000
13-
_WIN32_WINNT=0x0602
14-
WINVER=0x0602
15-
WINDOWS
16-
WIN32_LEAN_AND_MEAN
17-
UNICODE
18-
_UNICODE
19-
_CRT_SECURE_NO_WARNINGS)
11+
add_compile_definitions(_UNICODE)
2012
endif()
2113

2214
FetchContent_MakeAvailable(Catch2)

0 commit comments

Comments
 (0)