diff options
author | D Laboratory <dlaboratory@126.com> | 2015-07-16 15:15:29 +0800 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-07-18 07:50:52 +0200 |
commit | 162af5fe32f694d598ee36b3e5e96c946a8a1ad7 (patch) | |
tree | 57ac879c6091505c8b4a37d1973ba4f465553125 /CMakeLists.txt | |
parent | 5b9c8dfbd26851268ae2cdaecafb255cc57d05cd (diff) | |
download | minetest-162af5fe32f694d598ee36b3e5e96c946a8a1ad7.tar.gz minetest-162af5fe32f694d598ee36b3e5e96c946a8a1ad7.tar.bz2 minetest-162af5fe32f694d598ee36b3e5e96c946a8a1ad7.zip |
Fix a typo in comment of CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d1353e16c..82073c7f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ endif() 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) |