1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-22 04:20:18 +02:00

Fix a typo in comment of CMakeLists.txt

This commit is contained in:
D Laboratory 2015-07-16 15:15:29 +08:00 committed by est31
parent 5b9c8dfbd2
commit 162af5fe32

View File

@ -54,7 +54,7 @@ endif()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
# This is done here so that relative search paths are more reasnable # This is done here so that relative search paths are more reasonable
find_package(Irrlicht) find_package(Irrlicht)