Skip to content

Commit

Permalink
temporary allow cmake_paths for CMakeToolchain (#8230)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded authored Dec 21, 2020
1 parent f0e1a90 commit 0184a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/tools/cmake/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


def _validate_recipe(conanfile):
forbidden_generators = ["cmake", "cmake_multi", "cmake_paths"]
forbidden_generators = ["cmake", "cmake_multi"]
if any(it in conanfile.generators for it in forbidden_generators):
raise ConanException("Usage of toolchain is only supported with 'cmake_find_package'"
" or 'cmake_find_package_multi' generators")
Expand Down

0 comments on commit 0184a02

Please sign in to comment.