Skip to content
Snippets Groups Projects
Commit b4ce3850 authored by Lars Bilke's avatar Lars Bilke
Browse files

Moved cmake/ to scripts/cmake/cmake/.

parent be396565
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 2 deletions
......@@ -5,8 +5,9 @@ cmake_minimum_required(VERSION 2.6)
project( OGS-6 )
# Set cmake module path
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
"${CMAKE_SOURCE_DIR}/scripts/cmake/cmake"
"${CMAKE_SOURCE_DIR}/scripts/cmake")
# Set cmake module path
#SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeConfiguration")
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment