mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
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:
committed by
majcosta
parent
fd7ac29917
commit
3173b73ba0
@@ -1,4 +1,4 @@
|
|||||||
option(BUILD_JA2EXPORT "Build the Ja2Export tool." ON)
|
option(BUILD_JA2EXPORT "Build the Ja2Export tool." OFF)
|
||||||
|
|
||||||
if(BUILD_JA2EXPORT)
|
if(BUILD_JA2EXPORT)
|
||||||
message(STATUS "Configuring Ja2Export")
|
message(STATUS "Configuring Ja2Export")
|
||||||
|
|||||||
Reference in New Issue
Block a user