11 lines
331 B
Text
11 lines
331 B
Text
--- CMakeLists.txt.orig 2014-01-22 21:36:09.000000000 +0400
|
|
+++ CMakeLists.txt 2014-02-14 00:36:49.874504157 +0400
|
|
@@ -58,7 +58,7 @@
|
|
include(${CMAKE_SOURCE_DIR}/cmake/Modules/misc.cmake)
|
|
|
|
# This is done here so that relative search paths are more reasnable
|
|
-find_package(Irrlicht)
|
|
+set(IRRLICHT_LIBRARY "")
|
|
|
|
#
|
|
# Installation
|