Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jun 10, 2024
1 parent fdc5e3a commit 49e819a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@ FetchContent_Declare(

if(WIN32)
message(STATUS "Win32")
add_compile_definitions(
NTDDI_VERSION=0x06020000
_WIN32_WINNT=0x0602
WINVER=0x0602
WINDOWS
WIN32_LEAN_AND_MEAN
UNICODE
_UNICODE
_CRT_SECURE_NO_WARNINGS)
add_compile_definitions(_UNICODE)
endif()

FetchContent_MakeAvailable(Catch2)
Expand Down

0 comments on commit 49e819a

Please sign in to comment.