mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
fix build
on my machine (openSUSE 13.1), it broke because the CheckCSourceCompiles CMake module was not included...
This commit is contained in:
parent
245573e03c
commit
d8cefc1023
@ -1,5 +1,6 @@
|
|||||||
cmake_minimum_required (VERSION 2.8)
|
cmake_minimum_required (VERSION 2.8)
|
||||||
|
|
||||||
|
include (CheckCSourceCompiles)
|
||||||
project (ResInsight)
|
project (ResInsight)
|
||||||
|
|
||||||
set (VIZ_MODULES_FOLDER_NAME Fwk/VizFwk)
|
set (VIZ_MODULES_FOLDER_NAME Fwk/VizFwk)
|
||||||
|
Loading…
Reference in New Issue
Block a user