Removed private path for Irrlicht: one should use cmake . -DIRRLICHT_DIR=/path/to/irrlicht && make

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9341 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
funto66 2011-07-24 15:29:09 +00:00
parent a2dfdc2bf7
commit 9b6ade95f7

View File

@ -14,7 +14,7 @@ project(SuperTuxKart)
set(STK_SOURCE_DIR "src")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "bin")
set(IRRLICHT_DIR "/home/funto/projets/stk/irrlicht-trunk")
option(IRRLICHT_DIR "/path/to/irrlicht")
# Build the Bullet physics library
add_subdirectory("${STK_SOURCE_DIR}/bullet")