mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-16 18:34:54 -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
08e2a74f11
commit
da5af154ab
@ -1,5 +1,6 @@
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
include (CheckCSourceCompiles)
|
||||
project (ResInsight)
|
||||
|
||||
set (VIZ_MODULES_FOLDER_NAME Fwk/VizFwk)
|
||||
|
Loading…
Reference in New Issue
Block a user