From 1487b4fd4990854f8735f5f2a0d474a85a7c327a Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Thu, 11 Nov 2010 11:00:16 -0600 Subject: [PATCH] Use the cmake modules --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 966698b..64b6aef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,8 +21,8 @@ option(BUILD_EXAMPLE_SDL "Should we build the SDL-based example app?" YES) ### # Locally-developed modules dist'ed with this app - always have this first. -#list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") -#include(UseBackportedModules) +list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") +include(UseBackportedModules) add_definitions(-DWIIUSE_COMPILE_LIB)