diff -r 9e973b057a52 -r 0a00c16022ca QTfrontend/CMakeLists.txt --- a/QTfrontend/CMakeLists.txt Tue Jan 15 08:04:09 2008 +0000 +++ b/QTfrontend/CMakeLists.txt Thu Jan 17 11:23:37 2008 +0000 @@ -14,9 +14,7 @@ # Configure for SDL find_package(SDL REQUIRED) -if(SDL_INCLUDE_DIR) - include_directories(${SDL_INCLUDE_DIR}) -endif(SDL_INCLUDE_DIR) +include_directories(${SDL_INCLUDE_DIR}) # Done include_directories(.)