forked from vmangos/core
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from vmangos/devcopy2
Repack 22
- Loading branch information
Showing
659 changed files
with
187,095 additions
and
19,082 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
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 |
---|---|---|
|
@@ -40,17 +40,20 @@ else( OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES ) | |
|
||
find_path(OPENSSL_INCLUDE_DIR | ||
NAMES | ||
ssl.h | ||
openssl/ssl.h | ||
PATHS | ||
/usr/include | ||
/usr/include/openssl | ||
/usr/local/include | ||
/usr/local/include/openssl | ||
/usr/local/openssl/include | ||
/usr/local/opt/[email protected]/include | ||
/usr/local/opt/openssl | ||
/opt/homebrew/opt/[email protected]/include | ||
/opt/homebrew/opt/openssl/include | ||
${TMP_OPENSSL_INCLUDE_DIR} | ||
DOC | ||
"Specify the directory containing openssl.h." | ||
"Specify the directory containing ssl.h." | ||
) | ||
|
||
find_library(OPENSSL_LIBRARIES | ||
|
@@ -63,7 +66,10 @@ else( OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES ) | |
/usr/local/lib | ||
/usr/local/lib/ssl | ||
/usr/local/ssl/lib | ||
/usr/local/opt/[email protected]/lib | ||
/usr/local/opt/openssl/lib | ||
/opt/homebrew/opt/[email protected]/lib | ||
/opt/homebrew/opt/openssl/lib | ||
${TMP_OPENSSL_LIBRARIES} | ||
DOC "Specify the OpenSSL library here." | ||
) | ||
|
@@ -89,6 +95,10 @@ else( OPENSSL_INCLUDE_DIR AND OPENSSL_LIBRARIES ) | |
/usr/local/lib | ||
/usr/local/lib/ssl | ||
/usr/local/ssl/lib | ||
/usr/local/opt/[email protected]/lib | ||
/usr/local/opt/openssl/lib | ||
/opt/homebrew/opt/[email protected]/lib | ||
/opt/homebrew/opt/openssl/lib | ||
${TMP_OPENSSL_LIBRARIES} | ||
DOC "if more libraries are necessary to link in a OpenSSL client, specify them here." | ||
) | ||
|
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
Oops, something went wrong.