1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge PR #1279: CMake: Explicitly set C standard to 99

This commit is contained in:
Davide Beatrici
2021-02-27 01:25:05 +01:00
committed by GitHub

View File

@ -11,6 +11,8 @@ project("SoftEther VPN"
LANGUAGES C
)
set(CMAKE_C_STANDARD 99)
set(TOP_DIRECTORY ${CMAKE_SOURCE_DIR})
set(BUILD_DIRECTORY ${CMAKE_BINARY_DIR})