Try building tests on windows

This commit is contained in:
Michael 2019-07-17 10:08:04 +01:00
parent 91c1ba87cc
commit 246ff605c4
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C
1 changed files with 1 additions and 1 deletions

View File

@ -328,6 +328,6 @@ endif(SHADOW)
enable_testing()
if (NOT SHADOW AND NOT MSVC_VERSION)
if (NOT SHADOW)
add_subdirectory(test)
endif()