From 3173b73ba07bc9b9ea88c8ee8bb3ce744b81674f Mon Sep 17 00:00:00 2001 From: Marco Antonio Jaguaribe Costa Date: Sat, 22 Apr 2023 01:35:47 -0300 Subject: [PATCH] don't build ja2 export tool by default most users don't need this, better if whoever needs it just set BUILD_JA2EXPORT=ON on their end --- ext/export/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/export/src/CMakeLists.txt b/ext/export/src/CMakeLists.txt index 6753f13f..fb750d05 100644 --- a/ext/export/src/CMakeLists.txt +++ b/ext/export/src/CMakeLists.txt @@ -1,4 +1,4 @@ -option(BUILD_JA2EXPORT "Build the Ja2Export tool." ON) +option(BUILD_JA2EXPORT "Build the Ja2Export tool." OFF) if(BUILD_JA2EXPORT) message(STATUS "Configuring Ja2Export")