You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,6 @@ ENDIF()
97
97
98
98
# Platform specific compilation flags
99
99
IF (MSVC)
100
-
IF (STDCALL)
101
-
MESSAGE(FATAL_ERROR"The STDCALL option is no longer supported; libgit2 is now always built as a cdecl library. If you're using PInvoke, please add the CallingConventions.Cdecl attribute for support.")
0 commit comments