summaryrefslogtreecommitdiffstats
path: root/Modules/Use_wxWindows.cmake
diff options
context:
space:
mode:
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 d38c5d2..ba69dea 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)