Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<?php | |
/** | |
* Class for working with BibTex data. | |
* | |
* Most the code comes from OSBib 3.0 | |
* http://bibliophile.sourceforge.net under the GPL licence. | |
* | |
* @author B. Piwowarski | |
* @date November 2011 |
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
diff --git Modules/Platform/Darwin.cmake Modules/Platform/Darwin.cmake | |
index 867c788..0e17b80 100644 | |
--- Modules/Platform/Darwin.cmake | |
+++ Modules/Platform/Darwin.cmake | |
@@ -58,20 +58,22 @@ ENDIF(NOT DEFINED CMAKE_INSTALL_NAME_TOOL) | |
# Set the assumed (Pre 10.5 or Default) location of the developer tools | |
SET(OSX_DEVELOPER_ROOT "/Developer") | |
+# Use the xcode-select tool if it's available (Xcode >= 3.0 installations) | |
+FIND_PROGRAM(CMAKE_XCODE_SELECT xcode-select) |
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
#Load the client object model only if the sp.js script is loaded on this page. | |
ExecuteOrDelayUntilScriptLoaded loadCOM, "sp.js" |