##// END OF EJS Templates
Small Mingw build fix...
jeandet -
r50:31aa9931cd22
parent child
Show More
@@ -173,6 +173,9 endif()
173
173
174
174
175 if(PyWrappers)
175 if(PyWrappers)
176 if(MINGW)
177 add_definitions(-D_hypot=hypot)
178 endif()
176 pybind11_add_module(sciqlopqt src/pybind11_wrappers/QtWrappers.cpp)
179 pybind11_add_module(sciqlopqt src/pybind11_wrappers/QtWrappers.cpp)
177 target_link_libraries(sciqlopqt PUBLIC Qt5::Core)
180 target_link_libraries(sciqlopqt PUBLIC Qt5::Core)
178
181
General Comments 0
You need to be logged in to leave comments. Login now