mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 08:56:02 +02:00
🐛 Fixed nvidia-texture-tools build settings
This commit is contained in:
parent
ce90741a53
commit
97b58cddf4
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ class NTTConan(ConanFile):
|
|||
def generate(self):
|
||||
tc = CMakeToolchain(self)
|
||||
tc.variables["BUILD_TESTS"] = "OFF"
|
||||
tc.variables["BUILD_TOOLS"] = "OFF"
|
||||
tc.variables["USE_CUDA"] = "OFF"
|
||||
if self.settings.os == "Linux":
|
||||
tc.variables["CMAKE_CXX_FLAGS"] = "-march=msse3 -fPIC"
|
||||
tc.generate()
|
||||
|
||||
def build(self):
|
||||
|
|
Loading…
Reference in a new issue