diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2015-11-12 23:44:26 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2015-11-12 23:44:26 +0000 |
| commit | ec3c0a24bb14d96bfcef72cdd72326fce2790eff (patch) | |
| tree | aaecbec42c37bf2c391ec340b54d3be5a32161e5 /CMakeLists.txt | |
| parent | Update cmake Potrace module to match style of others (diff) | |
| download | inkscape-ec3c0a24bb14d96bfcef72cdd72326fce2790eff.tar.gz inkscape-ec3c0a24bb14d96bfcef72cdd72326fce2790eff.zip | |
Fix CMake build
(bzr r14449.1.6)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 17c994321..885f7d516 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,6 @@ include(CMakeScripts/HelperMacros.cmake) # Misc Utility Macros # ----------------------------------------------------------------------------- # BAD HACKS, NEED TO INVESTIGATE MAKING THESE LESS BAD add_definitions(-D_FORTIFY_SOURCE=2) -add_definitions(-DPOTRACE="potrace") add_definitions(-DORBIT2=1) add_definitions(-DHAVE_CONFIG_H) add_definitions(-DHAVE_CAIRO_PDF=1) # needed for src/libnrtype/Layout-TNG.h |
