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
This commit is contained in:
Marco Antonio Jaguaribe Costa
2023-04-22 01:40:11 -03:00
committed by majcosta
parent fd7ac29917
commit 3173b73ba0
+1 -1
View File
@@ -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")