Try to fix SDL problem
authorunc0rr
Thu, 17 Jan 2008 11:23:37 +0000
changeset 707 0a00c16022ca
parent 706 9e973b057a52
child 708 6ee55ba9c8fe
Try to fix SDL problem
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(.)