##// END OF EJS Templates
Merge pull request 295 from SCIQLOP-Initialisation-fork nico...
Merge pull request 295 from SCIQLOP-Initialisation-fork nico fix meson build

File last commit:

r8:d7dd29e57aeb
r731:69c31b995f88 merge develop
Show More
CMakeLists.txt
11 lines | 174 B | text/plain | CMakeLexer
Initialisation de l'archi cmake
r0
## Main CMakeLists for SCIQLOP
Correction policy cmake (supprime les warnings à la compilation)
r8 CMAKE_MINIMUM_REQUIRED (VERSION 3.6.1)
cmake_policy(VERSION 3.6)
Initialisation de l'archi cmake
r0
PROJECT(SCIQLOP)
#
# build the project
#
INCLUDE("cmake/sciqlop.cmake")