Skip to content
Snippets Groups Projects
Commit 683c4844 authored by Janne Beate Bakeng's avatar Janne Beate Bakeng
Browse files

Adding _USE_MATH_DEFINES to FAST build.

parent 89c6b781
No related branches found
Tags v16.5.0-fx-rc9
No related merge requests found
......@@ -546,6 +546,7 @@ class FAST(CppComponent):
if(platform.system() == 'Windows'):
add('BUILD_SHARED_LIBS:BOOL', 'OFF')
append('FAST_CMAKE_CXX_FLAGS:STRING', '-DEIGEN_DONT_ALIGN')
append('FAST_CMAKE_CXX_FLAGS:STRING', '-D_USE_MATH_DEFINES')
builder.configureCMake()
def findPackagePath(self):
return self.buildPath()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment