Skip to content

Commit

Permalink
latest from "nitro"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Jan 17, 2022
1 parent 90be024 commit 6f6bfaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions externals/nitro/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
.waf-*

# CMake
out/build/
out/install/
out/
_deps/
CMakeFiles/
CMakeCache.txt
Expand Down
2 changes: 2 additions & 0 deletions externals/nitro/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ cmake_minimum_required(VERSION 3.14)
project(nitro)

set(CMAKE_C_STANDARD 90)
set(C_STANDARD_REQUIRED true)
set(CMAKE_CXX_STANDARD 11)
set(CXX_STANDARD_REQUIRED true)

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

0 comments on commit 6f6bfaa

Please sign in to comment.