Fix CMAKE_MODULE_PATH.

This commit is contained in:
Moritz Göbelbecker 2008-05-04 20:32:01 +00:00
parent aa5e55dc21
commit 4c64bf177a

View file

@ -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 )