mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
rename MACRO_DIRECTORY variable to MACRO_DIR in voxels lib
This commit is contained in:
parent
3e6b794f11
commit
c2cb7cf397
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue