rename MACRO_DIRECTORY variable to MACRO_DIR in voxels lib

This commit is contained in:
Stephen Birarda 2013-04-12 13:13:58 -07:00
parent 3e6b794f11
commit c2cb7cf397

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8)
set(MACRO_DIRECTORY ../../cmake/macros)
set(MACRO_DIR ../../cmake/macros)
# setup for find modules
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/modules/")
@ -10,7 +10,7 @@ set(TARGET_NAME voxels)
project(${TARGET_NAME})
# set up the external glm library
include(${MACRO_DIRECTORY}/IncludeGLM.cmake)
include(${MACRO_DIR}/IncludeGLM.cmake)
include_glm(${TARGET_NAME})
# grab the implemenation and header files