Commit 83cb0992 authored by Andrea Gianarda's avatar Andrea Gianarda
Browse files

Compile libqos using CXX17 standard

No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -29,7 +29,7 @@ option(OQS_STRICT_WARNINGS "Enable all compiler warnings." OFF)
set(OQS_OPT_TARGET auto CACHE STRING "The target microarchitecture for optimization.")
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD 17)
set(CMAKE_C_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_C_VISIBILITY_PRESET hidden)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment