Skip to content

Commit 6f6bfaa

Browse files
author
Dan Smith
committed
latest from "nitro"
1 parent 90be024 commit 6f6bfaa

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

externals/nitro/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
.waf-*
44

55
# CMake
6-
out/build/
7-
out/install/
6+
out/
87
_deps/
98
CMakeFiles/
109
CMakeCache.txt

externals/nitro/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ cmake_minimum_required(VERSION 3.14)
22
project(nitro)
33

44
set(CMAKE_C_STANDARD 90)
5+
set(C_STANDARD_REQUIRED true)
56
set(CMAKE_CXX_STANDARD 11)
7+
set(CXX_STANDARD_REQUIRED true)
68

79
if (${CMAKE_PROJECT_NAME} STREQUAL nitro)
810
# we are the top-level project and are responsible for configuration

0 commit comments

Comments
 (0)