changing folder naming convention for linux

This commit is contained in:
Anselme 2016-06-01 00:00:42 +02:00
parent 322564970b
commit e0acfad727

View File

@ -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)