Skip to content

Commit

Permalink
Merge pull request GarageGames#2238 from Areloch/SDL_Install_Fixup
Browse files Browse the repository at this point in the history
Makes it so the SDL directory files aren't copied during a template install.
  • Loading branch information
Areloch authored Apr 5, 2018
2 parents 918509d + 570c684 commit aed16d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CMake/torque3d.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ if(TORQUE_SDL)
set(SDL_SHARED ON CACHE BOOL "Build a shared version of the library" FORCE)
set(SDL_STATIC OFF CACHE BOOL "Build a static version of the library" FORCE)
endif()
add_subdirectory( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2)
add_subdirectory( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2 EXCLUDE_FROM_ALL)
link_directories( ${libDir}/sdl ${CMAKE_CURRENT_BINARY_DIR}/sdl2)
endif()

Expand Down

0 comments on commit aed16d3

Please # to comment.