diff options
| author | Karl Cheng <qantas94heavy@gmail.com> | 2019-05-10 08:00:41 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-05-12 12:18:59 +0000 |
| commit | eaec48593f3447554627bc086c5cbf4cfa74f116 (patch) | |
| tree | 810e856239fdbb7bc48b0b87cf26020ea75f5cc5 /CMakeScripts | |
| parent | Stop Connector tool avoidance crash in flatpak (diff) | |
| download | inkscape-eaec48593f3447554627bc086c5cbf4cfa74f116.tar.gz inkscape-eaec48593f3447554627bc086c5cbf4cfa74f116.zip | |
Remove autopackage specfile
Autopackage has not been maintained for many years now and seems unused.
Upstream website http://autopackage.org appears to be dead.
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/ConfigEnv.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigEnv.cmake b/CMakeScripts/ConfigEnv.cmake index b8809428c..25272f229 100644 --- a/CMakeScripts/ConfigEnv.cmake +++ b/CMakeScripts/ConfigEnv.cmake @@ -19,7 +19,7 @@ if(WIN32) option(ENABLE_NLS "Compile with Native Language Support (using gettext)" ON)
# Does not compile on Windows with these options.
- option(ENABLE_BINRELOC "Use AutoPackage" OFF)
+ option(ENABLE_BINRELOC "Compile with binary relocation support" OFF)
option(WITH_JEMALLOC "Compile with JEMALLOC support" OFF)
endif()
|
