mirror of
https://gitlab.cs.uni-saarland.de/hpc/cc-condor-sync.git
synced 2025-07-27 15:16:09 +02:00
The "new" HTCondor versions need C++20 to parse the headers.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
project(htcondor-cc-sync-plugin LANGUAGES CXX)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
|
Reference in New Issue
Block a user