diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-06-25 14:48:35 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-06-25 14:48:35 +0000 |
| commit | 71f63ec3d5ccb82e8617da524d741221e35847ca (patch) | |
| tree | 43c5b21688f5ae44fabf611f5a7051993450d6c3 /CMakeScripts | |
| parent | cmake: added a patched FindGTK2 to include cairommconfig.h (diff) | |
| download | inkscape-71f63ec3d5ccb82e8617da524d741221e35847ca.tar.gz inkscape-71f63ec3d5ccb82e8617da524d741221e35847ca.zip | |
added a Modules cmake dir, only use for find_package, reference cmake include paths explicitly.
(bzr r10358)
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 4 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindBoehmGC.cmake (renamed from CMakeScripts/FindBoehmGC.cmake) | 0 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindGSL.cmake (renamed from CMakeScripts/FindGSL.cmake) | 0 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindGTK2_patched.cmake (renamed from CMakeScripts/FindGTK2_patched.cmake) | 0 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindGnomeVFS2.cmake (renamed from CMakeScripts/FindGnomeVFS2.cmake) | 0 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindLCMS.cmake (renamed from CMakeScripts/FindLCMS.cmake) | 0 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindLibWPG.cmake (renamed from CMakeScripts/FindLibWPG.cmake) | 0 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindPANGOMM.cmake (renamed from CMakeScripts/FindPANGOMM.cmake) | 0 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindPopt.cmake (renamed from CMakeScripts/FindPopt.cmake) | 0 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindPython.cmake (renamed from CMakeScripts/FindPython.cmake) | 0 | ||||
| -rw-r--r-- | CMakeScripts/Modules/FindSigC++.cmake (renamed from CMakeScripts/FindSigC++.cmake) | 0 |
11 files changed, 2 insertions, 2 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake index d0547bb49..96ff53ff9 100644 --- a/CMakeScripts/DefineDependsandFlags.cmake +++ b/CMakeScripts/DefineDependsandFlags.cmake @@ -141,7 +141,7 @@ if(ImageMagick_FOUND) list(APPEND INKSCAPE_LIBS ${ImageMagick_Magick++_LIBRARY}) endif() -include(IncludeJava) +include(${CMAKE_CURRENT_LIST_DIR}/IncludeJava.cmake) # end Dependencies @@ -152,4 +152,4 @@ include_directories(SYSTEM ${INKSCAPE_INCS_SYS}) unset(INKSCAPE_INCS) unset(INKSCAPE_INCS_SYS) -include(ConfigChecks) +include(${CMAKE_CURRENT_LIST_DIR}/ConfigChecks.cmake) diff --git a/CMakeScripts/FindBoehmGC.cmake b/CMakeScripts/Modules/FindBoehmGC.cmake index 7a5081c22..7a5081c22 100644 --- a/CMakeScripts/FindBoehmGC.cmake +++ b/CMakeScripts/Modules/FindBoehmGC.cmake diff --git a/CMakeScripts/FindGSL.cmake b/CMakeScripts/Modules/FindGSL.cmake index 1ef4643ad..1ef4643ad 100644 --- a/CMakeScripts/FindGSL.cmake +++ b/CMakeScripts/Modules/FindGSL.cmake diff --git a/CMakeScripts/FindGTK2_patched.cmake b/CMakeScripts/Modules/FindGTK2_patched.cmake index 91249b787..91249b787 100644 --- a/CMakeScripts/FindGTK2_patched.cmake +++ b/CMakeScripts/Modules/FindGTK2_patched.cmake diff --git a/CMakeScripts/FindGnomeVFS2.cmake b/CMakeScripts/Modules/FindGnomeVFS2.cmake index d942addac..d942addac 100644 --- a/CMakeScripts/FindGnomeVFS2.cmake +++ b/CMakeScripts/Modules/FindGnomeVFS2.cmake diff --git a/CMakeScripts/FindLCMS.cmake b/CMakeScripts/Modules/FindLCMS.cmake index a69d88a42..a69d88a42 100644 --- a/CMakeScripts/FindLCMS.cmake +++ b/CMakeScripts/Modules/FindLCMS.cmake diff --git a/CMakeScripts/FindLibWPG.cmake b/CMakeScripts/Modules/FindLibWPG.cmake index 0d83cddee..0d83cddee 100644 --- a/CMakeScripts/FindLibWPG.cmake +++ b/CMakeScripts/Modules/FindLibWPG.cmake diff --git a/CMakeScripts/FindPANGOMM.cmake b/CMakeScripts/Modules/FindPANGOMM.cmake index 953c49ef0..953c49ef0 100644 --- a/CMakeScripts/FindPANGOMM.cmake +++ b/CMakeScripts/Modules/FindPANGOMM.cmake diff --git a/CMakeScripts/FindPopt.cmake b/CMakeScripts/Modules/FindPopt.cmake index e1368be75..e1368be75 100644 --- a/CMakeScripts/FindPopt.cmake +++ b/CMakeScripts/Modules/FindPopt.cmake diff --git a/CMakeScripts/FindPython.cmake b/CMakeScripts/Modules/FindPython.cmake index 1ac451541..1ac451541 100644 --- a/CMakeScripts/FindPython.cmake +++ b/CMakeScripts/Modules/FindPython.cmake diff --git a/CMakeScripts/FindSigC++.cmake b/CMakeScripts/Modules/FindSigC++.cmake index ed0abc545..ed0abc545 100644 --- a/CMakeScripts/FindSigC++.cmake +++ b/CMakeScripts/Modules/FindSigC++.cmake |
