From 9ee6eab278bddebcd3381cc77ca940b948dda6ad Mon Sep 17 00:00:00 2001 From: D Laboratory Date: Thu, 16 Jul 2015 15:15:29 +0800 Subject: [PATCH] Fix a typo in comment of CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)