From f8456987d8fe69176bdfd950d72496e213407edf Mon Sep 17 00:00:00 2001 From: DaMichel Date: Wed, 6 Jul 2016 15:44:30 +0200 Subject: make things compile for me, on M$ VC++ community edition 2015 update 3 --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ee5c6c1e..b69f7860 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,9 @@ include(opentrack-qt) include(opentrack-platform) include(opentrack-boilerplate) include(opentrack-version) -include(opentrack-tarball) +if (~MSVC) + include(opentrack-tarball) +endif() include(opentrack-install) set(C CMakeLists.txt) -- cgit v1.2.3