Fix CMAKE_MODULE_PATH.
This commit is contained in:
parent
aa5e55dc21
commit
4c64bf177a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# this is a preliminary version of the CMake build stuff and was originally created by am2cmake
|
||||
|
||||
# use our own version of FindBoost.cmake
|
||||
CMAKE_MODULE_PATH( ${CMAKE_SOURCE_DIR}/cmake )
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
|
||||
|
||||
# find all deps needed
|
||||
FIND_PACKAGE( SDL 1.2.7 REQUIRED )
|
||||
|
|
Loading…
Add table
Reference in a new issue