Skip to content

Commit

Permalink
Another Windows fix...
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Jan 20, 2020
1 parent f0d926e commit cbeb680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if (NOT pybind11_FOUND)
endif()

if(MINGW)
add_definitions(-D_hypot=hypot)
add_definitions(-D_hypot=hypot -DMS_WIN64)
endif()

0 comments on commit cbeb680

Please sign in to comment.