Browse Source

Merge pull request #4737

Vincas Dargis (1):
      fix(build): do not build unix-specific test on Windows
reviewable/pr4746/r1
sudden6 8 years ago
parent
commit
cba200d93e
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
  1. 4
      cmake/Testing.cmake

4
cmake/Testing.cmake

@ -22,4 +22,6 @@ auto_test(core toxpk) @@ -22,4 +22,6 @@ auto_test(core toxpk)
auto_test(core toxid)
auto_test(chatlog textformatter)
auto_test(net toxmedata)
auto_test(platform posixsignalnotifier)
if (UNIX)
auto_test(platform posixsignalnotifier)
endif()

Loading…
Cancel
Save