mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Move the new cmake directory into stuff/ to keep the top level clean
This commit is contained in:
parent
6a059f2482
commit
dcf1fb2501
3 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ endif(NOT CMAKE_BUILD_TYPE)
|
|||
project (yquake2)
|
||||
|
||||
# Cmake module search path
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/stuff/cmake/modules ${CMAKE_MODULE_PATH})
|
||||
|
||||
# Add extended path for FreeBSD and Homebrew on OS X
|
||||
list(APPEND CMAKE_PREFIX_PATH /usr/local)
|
||||
|
|
Loading…
Reference in a new issue