From e0acfad7272ebf39651c971ee12c595f1eba8949 Mon Sep 17 00:00:00 2001 From: Anselme Date: Wed, 1 Jun 2016 00:00:42 +0200 Subject: [PATCH] changing folder naming convention for linux --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e1b55a..6ba110f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,6 @@ if(CMAKE_BUILD_TYPE MATCHES "Debug") add_definitions(-DRENDER_DEBUG) endif() -set(CMAKE_TEMPLATE_PATH "../cmaketemplate") +set(CMAKE_TEMPLATE_PATH "../CMakeTemplate") include(${CMAKE_TEMPLATE_PATH}/template.cmake)