summaryrefslogtreecommitdiff
path: root/Modules/Use_wxWindows.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-26 22:52:53 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-26 22:52:53 -0400
commitad4f98f3cf20c3befa18979521736dc49b458a6c (patch)
tree77b0d21199657b547610ac8789f0a953d0195faa /Modules/Use_wxWindows.cmake
parentc9eaf38653dddaf31f082cdac4fe166a7f5fb96a (diff)
downloadcmake-ad4f98f3cf20c3befa18979521736dc49b458a6c.tar.gz
ENH: Cleanup. Use relative path to modules
Diffstat (limited to 'Modules/Use_wxWindows.cmake')
-rw-r--r--Modules/Use_wxWindows.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Use_wxWindows.cmake b/Modules/Use_wxWindows.cmake
index d38c5d2265..ba69dea217 100644
--- a/Modules/Use_wxWindows.cmake
+++ b/Modules/Use_wxWindows.cmake
@@ -8,7 +8,7 @@
## USAGE:
## just include Use_wxWindows.cmake
## in your projects CMakeLists.txt
-## INCLUDE( ${CMAKE_ROOT}/Modules/Use_wxWindows.cmake)
+## INCLUDE(Use_wxWindows)
##
## if you are sure you need GL then
## SET(WXWINDOWS_USE_GL 1)
@@ -18,7 +18,7 @@
-INCLUDE(${CMAKE_ROOT}/Modules/FindwxWindows.cmake)
+INCLUDE(FindwxWindows)
IF(WXWINDOWS_FOUND)