From 51b91466081a38b5a7497e0f22314f03fc3c768f Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Thu, 23 Mar 2017 08:13:00 +1100 Subject: [PATCH] windows: tools are unix only --- tools/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 049fd368..61bb00f2 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,3 +1,6 @@ +if (WIN32) + return() +endif() find_package(Threads) # remove some warnings