Set CXX standard for older compilers

This commit is contained in:
Arnim Balzer 2024-07-17 11:06:20 +01:00
parent 075395620a
commit a8704b4a07
No known key found for this signature in database
GPG Key ID: 785EF903F0917AB7

View File

@ -1,3 +1,5 @@
set(CMAKE_CXX_STANDARD 20)
option(EXTERNAL_PYBIND11 "Whether to download pybind11" ON)
if(EXTERNAL_PYBIND11)