Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"Fix" using SDL from externals.
  • Loading branch information
jordan-woyak committed Feb 5, 2013
1 parent 708fed9 commit af9b9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -451,7 +451,7 @@ else(SDL2_FOUND)
else(SDL_FOUND)
# TODO: Use the prebuilt one on Windows
message("Using static SDL from Externals")
include_directories(Externals/SDL Externals/SDL/include)
include_directories(Externals/SDL/SDL Externals/SDL Externals/SDL/include)
add_subdirectory(Externals/SDL)
endif(SDL_FOUND)
endif(SDL2_FOUND)
Expand Down

0 comments on commit af9b9c8

Please sign in to comment.