~davidb-q/metno-diana/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Lisbeth Bergholt
  • Date: 2018-11-28 17:17:46 UTC
  • Revision ID: git-v1:3dbc12b45d925672334a4e387d87036665b79c59
version => 3.49.0~rc3-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
INCLUDE(MetnoVersions)
36
36
 
37
37
METNO_CMAKE_SETUP()
38
 
METNO_PVERSION(3.49.0~rc2)
 
38
METNO_PVERSION(3.49.0~rc3)
39
39
 
40
40
OPTION(ENABLE_DIANA_OMP "Use OpenMP" OFF)
41
41
IF(ENABLE_DIANA_OMP)