Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
liboqs
Commits
83cb0992
Commit
83cb0992
authored
7 months ago
by
Andrea Gianarda
Browse files
Options
Download
Patches
Plain Diff
Compile libqos using CXX17 standard
parent
75392438
fix/upgrade_cxx_17
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
83cb0992
...
...
@@ -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 1
1
)
set
(
CMAKE_C_STANDARD 1
7
)
set
(
CMAKE_C_STANDARD_REQUIRED ON
)
set
(
CMAKE_POSITION_INDEPENDENT_CODE ON
)
set
(
CMAKE_C_VISIBILITY_PRESET hidden
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets