From 7f9cf820198f676c7a5dfba3ff208bc8a41a7ee3 Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Thu, 4 Oct 2018 11:32:38 -0700 Subject: [PATCH] Enable Build for Steam by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e17b062..fd8aa2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ conan_basic_setup() ## Setup options ## -option(STEAM "Build for Steam" OFF) +option(STEAM "Build for Steam" ON) ## Misc setup ##