diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-08 16:53:55 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-08 16:53:55 (GMT) |
commit | 8b1d032b7beb96ba7931939bda46eb70a8434310 (patch) | |
tree | f6da328f4cf1c055bf0b9e37dd6fa686f8e40506 /Tests/X11/CMakeLists.txt | |
parent | 69762f4d99f85ba5661eb3a22c51f5cc54c1917d (diff) | |
download | CMake-8b1d032b7beb96ba7931939bda46eb70a8434310.zip CMake-8b1d032b7beb96ba7931939bda46eb70a8434310.tar.gz CMake-8b1d032b7beb96ba7931939bda46eb70a8434310.tar.bz2 |
Change name of variable
Diffstat (limited to 'Tests/X11/CMakeLists.txt')
-rw-r--r-- | Tests/X11/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/X11/CMakeLists.txt b/Tests/X11/CMakeLists.txt index 59711b0..760def1 100644 --- a/Tests/X11/CMakeLists.txt +++ b/Tests/X11/CMakeLists.txt @@ -7,6 +7,6 @@ ADD_EXECUTABLE (UseX11 X11.c) IF(CMAKE_HAS_X) ADD_DEFINITIONS(-DCMAKE_HAS_X) - INCLUDE_DIRECTORIES(${CMAKE_X_INCLUDE_DIRS}) + INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR}) TARGET_LINK_LIBRARIES(UseX11 ${CMAKE_X_LIBS}) ENDIF(CMAKE_HAS_X) |