diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-27 02:52:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-08-27 02:52:53 (GMT) |
commit | ad4f98f3cf20c3befa18979521736dc49b458a6c (patch) | |
tree | 77b0d21199657b547610ac8789f0a953d0195faa /Modules/FindX11.cmake | |
parent | c9eaf38653dddaf31f082cdac4fe166a7f5fb96a (diff) | |
download | CMake-ad4f98f3cf20c3befa18979521736dc49b458a6c.zip CMake-ad4f98f3cf20c3befa18979521736dc49b458a6c.tar.gz CMake-ad4f98f3cf20c3befa18979521736dc49b458a6c.tar.bz2 |
ENH: Cleanup. Use relative path to modules
Diffstat (limited to 'Modules/FindX11.cmake')
-rw-r--r-- | Modules/FindX11.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindX11.cmake b/Modules/FindX11.cmake index 07a5f66..a804b79 100644 --- a/Modules/FindX11.cmake +++ b/Modules/FindX11.cmake @@ -65,8 +65,8 @@ IF (UNIX) ENDIF(X11_X11_LIB) IF(X11_FOUND) - INCLUDE(${CMAKE_ROOT}/Modules/CheckFunctionExists.cmake) - INCLUDE(${CMAKE_ROOT}/Modules/CheckLibraryExists.cmake) + INCLUDE(CheckFunctionExists) + INCLUDE(CheckLibraryExists) # Translated from an autoconf-generated configure script. # See libs.m4 in autoconf's m4 directory. |