# This is the CMakeCache file. # For build in directory: /Users/phantom/devel/build/libsbml-experimental-osx-10.9 # It was generated by CMake: /Users/phantom/etc/install/cmake-3.4.1/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Use libstdc++ rather than libc++ CLANG_USE_STDLIB:BOOL=OFF //Path to a program. CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel. CMAKE_BUILD_TYPE:STRING=Release //Semicolon separated list of supported configuration types, only // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything // else will be ignored. CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Full path to the library output directory CMAKE_INSTALL_LIBDIR:PATH=lib //Path to a program. CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/Users/phantom/devel/install/libsbml-experimental-osx-10.9 //Path to a program. CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND //Path to a program. CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND //Build architectures for OSX CMAKE_OSX_ARCHITECTURES:STRING= //Minimum OS X version to target for deployment (at runtime); newer // APIs weak linked. Set to empty string for default value. CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.9 //The product will be built against the headers and libraries located // inside the indicated SDK. CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=libsbml //Path to a program. CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib //Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Enable to build OSX bundles CPACK_BINARY_BUNDLE:BOOL=OFF //Enable to build Debian packages CPACK_BINARY_DEB:BOOL=OFF //Enable to build OSX Drag And Drop package CPACK_BINARY_DRAGNDROP:BOOL=OFF //Enable to build IFW packages CPACK_BINARY_IFW:BOOL=OFF //Enable to build NSIS packages CPACK_BINARY_NSIS:BOOL=OFF //Enable to build OSX X11 packages CPACK_BINARY_OSXX11:BOOL=OFF //Enable to build PackageMaker packages CPACK_BINARY_PACKAGEMAKER:BOOL=OFF //Enable to build RPM packages CPACK_BINARY_RPM:BOOL=OFF //Enable to build STGZ packages CPACK_BINARY_STGZ:BOOL=ON //Enable to build TBZ2 packages CPACK_BINARY_TBZ2:BOOL=OFF //Enable to build TGZ packages CPACK_BINARY_TGZ:BOOL=ON //Enable to build TXZ packages CPACK_BINARY_TXZ:BOOL=OFF //Enable to build TBZ2 source packages CPACK_SOURCE_TBZ2:BOOL=ON //Enable to build TGZ source packages CPACK_SOURCE_TGZ:BOOL=ON //Enable to build TXZ source packages CPACK_SOURCE_TXZ:BOOL=ON //Enable to build TZ source packages CPACK_SOURCE_TZ:BOOL=ON //Enable to build ZIP source packages CPACK_SOURCE_ZIP:BOOL=OFF //Enable libSBML support for the SBML Level 3 Arrays and Sets ('arrays') // package. ENABLE_ARRAYS:BOOL=OFF //Enable libSBML support for the SBML Level 3 Hierarchical Model // Composition ('comp') package. ENABLE_COMP:BOOL=ON //Enable libSBML support for the SBML Level 3 Distributions ('distrib') // package. ENABLE_DISTRIB:BOOL=ON //Enable libSBML support for the SBML Level 3 Dynamic Structures // ('dyn') package ENABLE_DYN:BOOL=ON //Enable libSBML support for the SBML Level 3 Flux Balance Constraints // ('fbc') package. ENABLE_FBC:BOOL=ON //Enable libSBML support for the SBML Level 3 Groups ('groups') // package. ENABLE_GROUPS:BOOL=ON //Enable libSBML support for the SBML Level 3 Graphical Layout // ('layout') package. ENABLE_LAYOUT:BOOL=ON //Enable libSBML support for the SBML Level 3 Multistate and Multicomponent // Species ('multi') package. ENABLE_MULTI:BOOL=ON //Enable libSBML support for the SBML Level 3 Qualitative Models // ('qual') package. ENABLE_QUAL:BOOL=ON //Enable libSBML support for the SBML Level 3 Rendering ('render') // package. ENABLE_RENDER:BOOL=ON //Enable libSBML support for the SBML Level 3 Required Elements // ('req') package. ENABLE_REQUIREDELEMENTS:BOOL=ON //Enable libSBML support for the SBML Level 3 Spatial Processes // ('spatial') package. ENABLE_SPATIAL:BOOL=ON //Create 'universal' binaries on Mac OS X. (Not available on //\nother operating systems.) ENABLE_UNIVERSAL:BOOL=OFF //Call exit(-1) in case of allocation or file error. EXIT_ON_ERROR:BOOL=OFF //List of additional include directories to use during compilation. //\nSeparate multiple directories using semicolons. EXTRA_INCLUDE_DIRS:STRING= //List of additional libraries to link against. Separate multiple //\nnames using semicolons. EXTRA_LIBS:STRING= //Name of the computer/site where compile is being run HOSTNAME:STRING=D-108-179-169-167.dhcp4.washington.edu //No help, variable specified on the command line. LIBBZ_INCLUDE_DIR:UNINITIALIZED=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include //No help, variable specified on the command line. LIBBZ_LIBRARY:UNINITIALIZED=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libbz2.1.0.dylib //Directory containing libraries that libSBML depends upon. //\n(Particularly important on Windows.) LIBSBML_DEPENDENCY_DIR:PATH=/Users/phantom/devel/src/libsbml-experimental/dependencies //Remove existing wrapper files generated by SWIG prior to //\nrecreating them, when building libSBML. LIBSBML_REMOVE_WRAPPERS:BOOL=OFF //Path to the libSBML root build directory LIBSBML_ROOT_BINARY_DIR:PATH=/Users/phantom/devel/build/libsbml-experimental-osx-10.9 //Path to the libSBML root source directory LIBSBML_ROOT_SOURCE_DIR:PATH=/Users/phantom/devel/src/libsbml-experimental //Include version information into the compiled libSBML shared // library. LIBSBML_SHARED_VERSION:BOOL=ON //Use libSBML's legacy math implementation of ASTs, instead of // the one //\nintroduced in libSBML 5.10 for better support of SBML Level // 3 packages. LIBSBML_USE_LEGACY_MATH:BOOL=OFF //Compile using 'strict includes' rules: libSBML header files won't //\nuse SBMLTypes.h, among others. LIBSBML_USE_STRICT_INCLUDES:BOOL=OFF //No help, variable specified on the command line. LIBXML_INCLUDE_DIR:UNINITIALIZED=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 //No help, variable specified on the command line. LIBXML_LIBRARY:UNINITIALIZED=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libxml2.2.dylib //No help, variable specified on the command line. LIBZ_INCLUDE_DIR:UNINITIALIZED=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include //No help, variable specified on the command line. LIBZ_LIBRARY:UNINITIALIZED=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.1.2.5.dylib //Path into which the cmake config files should be installed PACKAGE_CONFIG_DIR:PATH=lib/cmake //Path to a file. SWIG_DIR:PATH=/usr/local/Cellar/swig/3.0.2/share/swig/3.0.2 //The file name of the SWIG executable. SWIG_EXECUTABLE:FILEPATH=/usr/local/bin/swig //Swig version SWIG_VERSION:STRING=3.0.2 //Enable the use of bzip2 compression. WITH_BZIP2:BOOL=ON //Compile the libSBML unit tests. (You can then run the tests with // the //\ncommand 'make test' or 'ctest'.) WITH_CHECK:BOOL=OFF //Use a C++ namespace for libSBML. WITH_CPP_NAMESPACE:BOOL=ON //Generate the C# language interface for libSBML. WITH_CSHARP:BOOL=OFF //Generate documentation for libSBML using Doxygen. WITH_DOXYGEN:BOOL=OFF //Compile the libSBML example programs. WITH_EXAMPLES:BOOL=OFF //Use the Expat XML parser library. WITH_EXPAT:BOOL=OFF //Generate the Java language interface for libSBML. WITH_JAVA:BOOL=OFF //Generate the experimental Node.js language interface for libSBML. WITH_JAVASCRIPT:BOOL=OFF //Use the libxml2 XML parser library. WITH_LIBXML:BOOL=ON //Generate the MATLAB language interface for libSBML. WITH_MATLAB:BOOL=OFF //Generate the Octave language interface for libSBML. WITH_OCTAVE:BOOL=OFF //Generate the Perl language interface for libSBML. WITH_PERL:BOOL=OFF //Generate the PHP language interface for libSBML. WITH_PHP:BOOL=OFF //Generate the Python language interface for libSBML. WITH_PYTHON:BOOL=OFF //Generate the R language interface for libSBML WITH_R:BOOL=OFF //Generate the Ruby language interface for libSBML WITH_RUBY:BOOL=OFF //Regenerate the programming language interface code //\n(for Java, Python, etc.) using SWIG. WITH_SWIG:BOOL=ON //Compile with -Wall, so that the compiler will display all warnings. WITH_WALL:BOOL=OFF //Use the Xerces XML parser library. WITH_XERCES:BOOL=OFF //Enable the use of zip compression. WITH_ZLIB:BOOL=ON //Value Computed by CMake libsbml_BINARY_DIR:STATIC=/Users/phantom/devel/build/libsbml-experimental-osx-10.9 //Value Computed by CMake libsbml_SOURCE_DIR:STATIC=/Users/phantom/devel/src/libsbml-experimental //Dependencies for the target sbml-static_LIB_DEPENDS:STATIC=general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libbz2.1.0.dylib;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.1.2.5.dylib;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libxml2.2.dylib; //Dependencies for the target sbml_LIB_DEPENDS:STATIC=general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libbz2.1.0.dylib;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.1.2.5.dylib;general;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libxml2.2.dylib; ######################## # INTERNAL cache entries ######################## //Stored Xcode object GUID ALL_BUILD_GUID_CMAKE:INTERNAL=B439C02D5BED4FE2A61262EE //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/Users/phantom/devel/build/libsbml-experimental-osx-10.9 //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=4 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/Users/phantom/etc/install/cmake-3.4.1/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/Users/phantom/etc/install/cmake-3.4.1/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/Users/phantom/etc/install/cmake-3.4.1/bin/ctest //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Xcode //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/Users/phantom/devel/src/libsbml-experimental //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=4 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/Users/phantom/etc/install/cmake-3.4.1/share/cmake-3.4 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //CHECK_TYPE_SIZE: sizeof(unsigned short) CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_BUNDLE CPACK_BINARY_BUNDLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_DEB CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_DRAGNDROP CPACK_BINARY_DRAGNDROP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_IFW CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_NSIS CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_OSXX11 CPACK_BINARY_OSXX11-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_PACKAGEMAKER CPACK_BINARY_PACKAGEMAKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_RPM CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_STGZ CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TBZ2 CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TGZ CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TXZ CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TBZ2 CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TGZ CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TXZ CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TZ CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_ZIP CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: EXIT_ON_ERROR EXIT_ON_ERROR-ADVANCED:INTERNAL=1 //Details about finding SWIG FIND_PACKAGE_MESSAGE_DETAILS_SWIG:INTERNAL=[/usr/local/bin/swig][/usr/local/Cellar/swig/3.0.2/share/swig/3.0.2][v3.0.2()] //Have includes check.h HAVE_CHECK_H:INTERNAL= //Result of TRY_COMPILE HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE //Have include errno.h HAVE_ERRNO_H:INTERNAL=1 //Have include expat.h HAVE_EXPAT_H:INTERNAL=1 //Have includes ieeefp.h HAVE_IEEEFP_H:INTERNAL= //Have library m HAVE_LIBM:INTERNAL=1 //Have include math.h HAVE_MATH_H:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Result of TRY_COMPILE HAVE_WORDS_BIGENDIAN:INTERNAL=TRUE //Have library /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libbz2.1.0.dylib LIBBZ_FOUND_SYMBOL:INTERNAL=1 //ADVANCED property for variable: LIBSBML_REMOVE_WRAPPERS LIBSBML_REMOVE_WRAPPERS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBSBML_SHARED_VERSION LIBSBML_SHARED_VERSION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBSBML_USE_LEGACY_MATH LIBSBML_USE_LEGACY_MATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBSBML_USE_STRICT_INCLUDES LIBSBML_USE_STRICT_INCLUDES-ADVANCED:INTERNAL=1 //Have library /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/lib/libz.1.2.5.dylib LIBZ_FOUND_SYMBOL:INTERNAL=1 //Stored Xcode object GUID PROJECT_libsbml_GUID_CMAKE:INTERNAL=6E7F5921B4B54F6CB66C960A //Have include float.h STDC_HEADERS:INTERNAL=1 //ADVANCED property for variable: SWIG_DIR SWIG_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SWIG_VERSION SWIG_VERSION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: WITH_DOXYGEN WITH_DOXYGEN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: WITH_WALL WITH_WALL-ADVANCED:INTERNAL=1 //Result of TEST_BIG_ENDIAN WORDS_BIGENDIAN:INTERNAL=0 //Stored Xcode object GUID ZERO_CHECK_GUID_CMAKE:INTERNAL=1625A18235E14D8389F390E0 //Stored Xcode object GUID check_GUID_CMAKE:INTERNAL=71B9C55678FF404CAE1E2142 //Stored Xcode object GUID dist_GUID_CMAKE:INTERNAL=BE8F82B1F1EF49DB9E23265E //Stored Xcode object GUID install_GUID_CMAKE:INTERNAL=02DF428681FF4F8C89F2D96A //Stored Xcode object GUID package_GUID_CMAKE:INTERNAL=9C6A66649C9844179FC0C807 //Stored Xcode object GUID sbml-static_GUID_CMAKE:INTERNAL=450F08018C00461390E40504 //Stored Xcode object GUID sbml_GUID_CMAKE:INTERNAL=6038ADB9BBCF451EBB415073 //Stored Xcode object GUID uninstall_GUID_CMAKE:INTERNAL=9C6EC27CF3B64EC28D0A22A3 //Stored Xcode object GUID update_sbo_GUID_CMAKE:INTERNAL=6608E22ABBF44AE9B490C53A