fix build

on my machine (openSUSE 13.1), it broke because the
CheckCSourceCompiles CMake module was not included...
This commit is contained in:
Andreas Lauser 2014-08-12 15:02:19 +02:00
parent 08e2a74f11
commit da5af154ab

View File

@ -1,5 +1,6 @@
cmake_minimum_required (VERSION 2.8)
include (CheckCSourceCompiles)
project (ResInsight)
set (VIZ_MODULES_FOLDER_NAME Fwk/VizFwk)