Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Uilian Ries <[email protected]>
  • Loading branch information
gocarlos and uilianries authored Apr 8, 2020
1 parent 43d3a82 commit bc7f6f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/cn-cbor/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CnCborStackConan(ConanFile):
homepage = "https://github.com/jimsch/cn-cbor/"
url = "https://github.com/conan-io/conan-center-index"
description = """A constrained node implementation of CBOR in C"""
topics = ("cbor")
topics = ("cbor", "nodes", "messaging")
exports_sources = ['CMakeLists.txt']
settings = "os", "compiler", "build_type", "arch"
options = {
Expand Down Expand Up @@ -55,6 +55,8 @@ def _configure_cmake(self):
self._cmake.definitions["fatal_warnings"] = False
self._cmake.definitions["coveralls"] = False
self._cmake.definitions["build_tests"] = False
self._cmake.definitions["build_docs"] = False

self._cmake.configure(build_folder=self._build_subfolder)
return self._cmake

Expand Down

0 comments on commit bc7f6f1

Please sign in to comment.