cppstd moved to compiler.cppstd

This commit is contained in:
Mateusz Pusz
2019-05-08 15:09:42 -06:00
parent e5ee2cd381
commit aca7861faf
2 changed files with 7 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ from conans import ConanFile, CMake, tools, RunEnvironment
import os
class TestPackageConan(ConanFile):
settings = "cppstd", "os", "compiler", "build_type", "arch"
settings = "os", "compiler", "build_type", "arch"
generators = "cmake"
def build(self):