From: Kevin Wasserman Date: Tue, 21 Apr 2015 19:03:50 +0000 (-0400) Subject: Disable browser subtrees on windows until they build X-Git-Url: http://www.project-moonshot.org/gitweb/?p=gssweb.git;a=commitdiff_plain;h=24cc74206292261bff9fdc21f3c3c620758ffadc Disable browser subtrees on windows until they build --- diff --git a/browsers/CMakeLists.txt b/browsers/CMakeLists.txt index 5440680..c478ab8 100644 --- a/browsers/CMakeLists.txt +++ b/browsers/CMakeLists.txt @@ -1,3 +1,6 @@ cmake_minimum_required(VERSION 2.8) +if (WIN32) +else (WIN32) add_subdirectory(chrome) add_subdirectory(firefox) +endif (WIN32)