changeset 707 | 0a00c16022ca |
parent 653 | 4f44fc06ca45 |
child 781 | 4101f0f1c0b9 |
--- 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(.)