-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/libmariadb/CMakeLists.txt b/libmariadb/CMakeLists.txt | ||
index 640a35bea..6c8d93250 100755 | ||
--- a/libmariadb/CMakeLists.txt | ||
+++ b/libmariadb/CMakeLists.txt | ||
@@ -410,10 +410,6 @@ TARGET_LINK_LIBRARIES(libmariadb LINK_PRIVATE ${SYSTEM_LIBS}) | ||
|
||
SIGN_TARGET(libmariadb) | ||
|
||
-IF(CMAKE_SIZEOF_VOID_P EQUAL 8 AND MSVC) | ||
- SET_TARGET_PROPERTIES(mariadbclient PROPERTIES STATIC_LIBRARY_FLAGS "/machine:x64") | ||
-ENDIF() | ||
- | ||
IF(CMAKE_SYSTEM_NAME MATCHES "Linux" OR | ||
CMAKE_SYSTEM_NAME MATCHES "kFreeBSD" OR | ||
CMAKE_SYSTEM_NAME MATCHES "GNU") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters