diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-08 20:39:23 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-08 20:39:23 +0000 |
| commit | c7e377f03adbbf8d8b36b8c384e67e9ed80f3500 (patch) | |
| tree | 148ee5805f0a168877af194929911d55fce76c21 /CMakeLists.txt | |
| parent | Move LPE's into 3 groups normal, experimental y testing. Testing is only usab... (diff) | |
| download | inkscape-c7e377f03adbbf8d8b36b8c384e67e9ed80f3500.tar.gz inkscape-c7e377f03adbbf8d8b36b8c384e67e9ed80f3500.zip | |
Disable LPE tool and Testing experimental LPE`s
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 592f14966..b30f013f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,8 +101,8 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR} C option(WITH_DBUS "Compile with support for DBus interface" OFF) option(ENABLE_LCMS "Compile with LCMS support" ON) option(WITH_SVG2 "Compile with support for new SVG2 features" ON) -option(WITH_LPETOOL "Compile with LPE Tool" ON) -option(LPE_ENABLE_TEST_EFFECTS "Compile with test experimental LPEs enabled" ON) +option(WITH_LPETOOL "Compile with LPE Tool" OFF) +option(LPE_ENABLE_TEST_EFFECTS "Compile with test experimental LPEs enabled" OFF) option(WITH_OPENMP "Compile with OpenMP support" ON) option(WITH_PROFILING "Turn on profiling" OFF) # Set to true if compiler/linker should enable profiling |
