diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-26 22:52:53 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-26 22:52:53 -0400 |
commit | ad4f98f3cf20c3befa18979521736dc49b458a6c (patch) | |
tree | 77b0d21199657b547610ac8789f0a953d0195faa /Modules/FindPythonLibs.cmake | |
parent | c9eaf38653dddaf31f082cdac4fe166a7f5fb96a (diff) | |
download | cmake-ad4f98f3cf20c3befa18979521736dc49b458a6c.tar.gz |
ENH: Cleanup. Use relative path to modules
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r-- | Modules/FindPythonLibs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake index 79bbe572f0..b1236f3ded 100644 --- a/Modules/FindPythonLibs.cmake +++ b/Modules/FindPythonLibs.cmake @@ -8,7 +8,7 @@ # PYTHON_DEBUG_LIBRARIES = the full path to the debug library found # -INCLUDE(${CMAKE_ROOT}/Modules/CMakeFindFrameworks.cmake) +INCLUDE(CMakeFindFrameworks) IF(WIN32) FIND_LIBRARY(PYTHON_DEBUG_LIBRARY |