##// END OF EJS Templates
Merge pull request 296 from SCIQLOP-Initialisation develop...
Merge pull request 296 from SCIQLOP-Initialisation develop Fixes slowness when opening variable

File last commit:

r8:d7dd29e57aeb
r769:ac71c472785a merge master
Show More
CMakeLists.txt
11 lines | 174 B | text/plain | CMakeLexer
## Main CMakeLists for SCIQLOP
CMAKE_MINIMUM_REQUIRED (VERSION 3.6.1)
cmake_policy(VERSION 3.6)
PROJECT(SCIQLOP)
#
# build the project
#
INCLUDE("cmake/sciqlop.cmake")