mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Set CXX standard for older compilers
This commit is contained in:
parent
075395620a
commit
a8704b4a07
@ -1,3 +1,5 @@
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
option(EXTERNAL_PYBIND11 "Whether to download pybind11" ON)
|
||||
|
||||
if(EXTERNAL_PYBIND11)
|
||||
|
Loading…
Reference in New Issue
Block a user