From 940af410a9d1a4a70278bca714a4fea2c9d78f85 Mon Sep 17 00:00:00 2001 From: Bradley Clemetson Date: Sat, 17 Nov 2012 15:10:34 -0800 Subject: [PATCH] +Added toluapp as a acceptable library to build Stratagus against --- cmake/modules/FindTolua++.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/FindTolua++.cmake b/cmake/modules/FindTolua++.cmake index e750aad50..e96803ef6 100644 --- a/cmake/modules/FindTolua++.cmake +++ b/cmake/modules/FindTolua++.cmake @@ -15,8 +15,8 @@ if(TOLUA++_INCLUDE_DIR AND TOLUA++_LIBRARY AND TOLUA++_APP) set(TOLUA++_FOUND true) else() find_path(TOLUA++_INCLUDE_DIR tolua++.h) - find_library(TOLUA++_LIBRARY NAMES tolua++ tolua++5.1) - find_program(TOLUA++_APP NAMES tolua++ tolua++5.1) + find_library(TOLUA++_LIBRARY NAMES tolua++ tolua++5.1 toluapp) + find_program(TOLUA++_APP NAMES tolua++ tolua++5.1 toluapp) if(TOLUA++_INCLUDE_DIR AND TOLUA++_LIBRARY AND TOLUA++_APP) set(TOLUA++_FOUND true)