We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4942d7e commit 1d9b189Copy full SHA for 1d9b189
CMakeLists.txt
@@ -1,6 +1,9 @@
1
cmake_minimum_required(VERSION 3.2)
2
project(cloudabi-utils)
3
4
+set(CMAKE_C_STANDARD_REQUIRED ON)
5
+set(CMAKE_C_STANDARD 11)
6
+
7
include_directories("${PROJECT_SOURCE_DIR}/src/libcloudabi")
8
9
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")
0 commit comments