From e06751aea05ae407faff05d0788c91ad44c70063 Mon Sep 17 00:00:00 2001
From: Perttu Ahola <celeron55@gmail.com>
Date: Wed, 16 Feb 2011 11:06:52 +0200
Subject: [PATCH] forgot some test code in...

---
 cmake/Modules/FindIrrlicht.cmake | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/cmake/Modules/FindIrrlicht.cmake b/cmake/Modules/FindIrrlicht.cmake
index f37d3f1de..63881000f 100644
--- a/cmake/Modules/FindIrrlicht.cmake
+++ b/cmake/Modules/FindIrrlicht.cmake
@@ -8,9 +8,6 @@ else( UNIX )
 	# Windows
 endif( UNIX )
 
-set(IRRLICHT_INCLUDE_DIR "" CACHE PATH "")
-set(IRRLICHT_LIBRARY "" CACHE FILEPATH "")
-
 # Find include directory
 
 if(NOT IRRLICHT_SOURCE_DIR STREQUAL "")
-- 
GitLab