Skip to content
Snippets Groups Projects
Commit 55a2d183 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1310: Hard-coded path to LofarInit.cmake in top-level CMakeLists.txt file,

so that it's no longer required to provide CMAKE_MODULE_PATH on the command
line.
parent 4cec4a0a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.6) ...@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 2.6)
## --------------------------------------------------------------------------- ## ---------------------------------------------------------------------------
## Preamble: set compilers ## Preamble: set compilers
## --------------------------------------------------------------------------- ## ---------------------------------------------------------------------------
include(LofarInit) include(CMake/LofarInit.cmake)
## --------------------------------------------------------------------------- ## ---------------------------------------------------------------------------
## Project characteristics ## Project characteristics
......
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