Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
christopho committed May 24, 2018
1 parent ee4ee3d commit 0a86c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AddIncludeDirectories.cmake
Expand Up @@ -9,7 +9,7 @@ include_directories(SYSTEM
"${CMAKE_SOURCE_DIR}/include/solarus/third_party"
"${CMAKE_SOURCE_DIR}/include/solarus/third_party/snes_spc"
)
message("LuaJIT ${LUA_INCLUDE_DIR}")

# External include paths, marked as system ones to disable their warnings.
include_directories(SYSTEM
"${MODPLUG_INCLUDE_DIRS}" # Before SDL2 because we want the sndfile.h of ModPlug.
Expand Down

0 comments on commit 0a86c32

Please sign in to comment.