mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +02:00
@@ -138,7 +138,5 @@ class UnitsConan(ConanFile):
|
|||||||
|
|
||||||
def package_info(self):
|
def package_info(self):
|
||||||
compiler = self.settings.compiler
|
compiler = self.settings.compiler
|
||||||
if compiler == "gcc":
|
if compiler == "Visual Studio":
|
||||||
self.cpp_info.cxxflags = ["-Wno-non-template-friend"]
|
|
||||||
elif compiler == "Visual Studio":
|
|
||||||
self.cpp_info.cxxflags = ["/utf-8"]
|
self.cpp_info.cxxflags = ["/utf-8"]
|
||||||
|
Reference in New Issue
Block a user