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:
parent
a2dfdc2bf7
commit
9b6ade95f7
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user