Comment out old Google Translate support and as such remove the need for JSON.
Note that on standalone, json headers are installed in json/, no idea why in the packages this isn't the case... But anyway, it isn't used at all anymore now so it doesn't really matter. I didn't remove the json package for non-standalone and the downloading thereof... (I can't test non-standalone).
This commit is contained in:
@@ -19,7 +19,7 @@ endif(NOT FMODEX)
|
||||
include(OPENAL)
|
||||
include(HUNSPELL)
|
||||
include(FindOpenGL)
|
||||
include(JsonCpp)
|
||||
#include(JsonCpp)
|
||||
include(LLAddBuildTest)
|
||||
include(LLAudio)
|
||||
include(LLCharacter)
|
||||
@@ -442,7 +442,6 @@ set(viewer_SOURCE_FILES
|
||||
lltoolselectrect.cpp
|
||||
lltoolview.cpp
|
||||
lltracker.cpp
|
||||
lltranslate.cpp
|
||||
lluploaddialog.cpp
|
||||
lluploadfloaterobservers.cpp
|
||||
llurl.cpp
|
||||
|
||||
Reference in New Issue
Block a user