mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
cppstd moved to compiler.cppstd
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user