Skip to content

Commit 1d0fbb4

Browse files
author
Stefan Buschmann
committed
Disable testing on mingw, as gtest seems not to be compatible with mingw
1 parent 8d34a70 commit 1d0fbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(IDE_FOLDER "Examples")
2121
add_subdirectory(examples)
2222

2323
# Tests
24-
if(OPTION_BUILD_TESTS)
24+
if(OPTION_BUILD_TESTS AND NOT MINGW)
2525
set(IDE_FOLDER "Tests")
2626
add_subdirectory(tests)
2727
endif()

0 commit comments

Comments
 (0)