Skip to content

Commit

Permalink
add a 'no' builtin to disable other options easily
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 19, 2020
1 parent 762ce44 commit fa6f50c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)
project(cninja
LANGUAGES CXX
VERSION 3.7.3
VERSION 3.7.4
HOMEPAGE_URL "https://github.com/jcelerier/cninja"
DESCRIPTION "Opinionated CMake config manager"
)
Expand Down
Empty file added src/builtins/no.cmake
Empty file.

0 comments on commit fa6f50c

Please sign in to comment.