OpenMP compiler flags were not being set properly
The command set_target_properties over-writes any existing values of the property. Fixed the problem by using set_property with APPEND.
Showing
Please register or sign in to comment
The command set_target_properties over-writes any existing values of the property. Fixed the problem by using set_property with APPEND.