Skip to content

Commit

Permalink
Merge pull request #1935 from Minimonium/feature/taocpp-operators-fix…
Browse files Browse the repository at this point in the history
…-windows-cmake-build
  • Loading branch information
uilianries authored Jun 22, 2020
2 parents df1cf5f + d7b9f0f commit 9aa07e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipes/taocpp-operators/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class TaoCPPOperatorsConan(ConanFile):
description = "A highly efficient, move-aware operators library"
topics = ("cpp", "cpp11", "header-only", "operators")
no_copy_source = True
settings = "os", "compiler", "build_type", "arch"

@property
def _source_subfolder(self):
Expand Down
2 changes: 1 addition & 1 deletion recipes/taocpp-operators/all/test_package/example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ int main()
}

return EXIT_SUCCESS;
}
}

0 comments on commit 9aa07e5

Please sign in to comment.