Skip to content

Instantly share code, notes, and snippets.

@DanielO
Created October 15, 2013 11:51
Show Gist options
  • Save DanielO/6990391 to your computer and use it in GitHub Desktop.
Save DanielO/6990391 to your computer and use it in GitHub Desktop.
# This is the CMakeCache file.
# For build in directory: /Users/darius/work/gnuradio/gr-fosphor.git/build
# It was generated by CMake: /opt/local/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 GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//The directory containing a CMake configuration file for Boost.
Boost_DIR:PATH=Boost_DIR-NOTFOUND
//Path to a file.
Boost_INCLUDE_DIR:PATH=/opt/local/include
//Boost library directory
Boost_LIBRARY_DIR:PATH=/opt/local/lib
//Boost system library (debug)
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/opt/local/lib/libboost_system-mt.dylib
//Boost system library (release)
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libboost_system-mt.dylib
//Boost thread library (debug)
Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/opt/local/lib/libboost_thread-mt.dylib
//Boost thread library (release)
Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libboost_thread-mt.dylib
//Path to a program.
CMAKE_AR:FILEPATH=/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=Debug
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
//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 minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING= -DNDEBUG
//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
//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 minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING= -DNDEBUG
//Flags used by the compiler during Release with Debug Info builds.
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=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:PATH=/opt/local
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/opt/local/bin/gmake
//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=/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=
//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:STRING=
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=gr-fosphor
//Path to a program.
CMAKE_RANLIB:FILEPATH=/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
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
//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
//Path to a file.
CPPUNIT_INCLUDE_DIRS:PATH=/opt/local/include
//Path to a library.
CPPUNIT_LIBRARIES:FILEPATH=/opt/local/lib/libcppunit.dylib
//Graphviz Dot tool for using Doxygen
DOXYGEN_DOT_EXECUTABLE:FILEPATH=/opt/local/bin/dot
DOXYGEN_DOT_PATH:FILEPATH=/opt/local/bin
//Doxygen documentation generation tool (http://www.doxygen.org)
DOXYGEN_EXECUTABLE:FILEPATH=/opt/local/bin/doxygen
//Path to a file.
FREETYPE2_INCLUDE_DIRS:PATH=/opt/local/include/freetype2
//Path to a library.
FREETYPE2_LIBRARIES:FILEPATH=/opt/local/lib/libfreetype.dylib
//git command line client
GIT_EXECUTABLE:FILEPATH=/opt/local/bin/git
//Path to a file.
GLFW3_INCLUDE_DIRS:PATH=/opt/local/include
//Path to a library.
GLFW3_LIBRARIES:FILEPATH=/opt/local/lib/libglfw.dylib
//Path to a file.
GNURADIO_RUNTIME_INCLUDE_DIRS:PATH=/opt/local/include
//Path to a library.
GNURADIO_RUNTIME_LIBRARIES:FILEPATH=/opt/local/lib/libgnuradio-runtime.dylib
//lib directory suffix
LIB_SUFFIX:STRING=
//OpenCL include directory
OPENCL_INCLUDE_DIR:PATH=/System/Library/Frameworks/OpenCL.framework
//Path to a library.
OPENCL_LIBRARY:FILEPATH=/System/Library/Frameworks/OpenCL.framework
//OpenCL root directory
OPENCL_ROOT_DIR:PATH=/System/Library/Frameworks/OpenCL.framework
//Include for OpenGL on OSX
OPENGL_INCLUDE_DIR:PATH=/System/Library/Frameworks/OpenGL.framework
//OpenGL lib for OSX
OPENGL_gl_LIBRARY:FILEPATH=/System/Library/Frameworks/OpenGL.framework
//AGL lib for OSX
OPENGL_glu_LIBRARY:FILEPATH=/System/Library/Frameworks/AGL.framework
//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/opt/local/bin/pkg-config
//Path to a program.
PYTHON_EXECUTABLE:FILEPATH=/opt/local/bin/python
//Path to a file.
PYTHON_INCLUDE_DIR:PATH=/System/Library/Frameworks/Python.framework/Headers
//Path to a library.
PYTHON_LIBRARY:FILEPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib
//Path to a file.
SWIG_DIR:PATH=/opt/local/share/swig/2.0.10
//Path to a program.
SWIG_EXECUTABLE:FILEPATH=/opt/local/bin/swig
//Swig version
SWIG_VERSION:STRING=2.0.10
//Dependencies for the target
_fosphor_swig_LIB_DEPENDS:STATIC=general;/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib;general;gnuradio-fosphor;
//Dependencies for the target
gnuradio-fosphor_LIB_DEPENDS:STATIC=general;/System/Library/Frameworks/AGL.framework;general;/System/Library/Frameworks/OpenGL.framework;general;/opt/local/lib/libglfw.dylib;general;/System/Library/Frameworks/OpenCL.framework;general;/opt/local/lib/libfreetype.dylib;general;/opt/local/lib/libboost_system-mt.dylib;general;/opt/local/lib/libboost_thread-mt.dylib;general;gnuradio-runtime;general;gnuradio-pmt;
//Value Computed by CMake
gr-fosphor_BINARY_DIR:STATIC=/Users/darius/work/gnuradio/gr-fosphor.git/build
//Value Computed by CMake
gr-fosphor_SOURCE_DIR:STATIC=/Users/darius/work/gnuradio/gr-fosphor.git
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: Boost_DIR
Boost_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_INCLUDE_DIR
Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LIBRARY_DIR
Boost_LIBRARY_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG
Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE
Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG
Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE
Boost_THREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/opt/local/bin/gmake
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/darius/work/gnuradio/gr-fosphor.git/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=11
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/opt/local/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/opt/local/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/opt/local/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//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_COMPILER
CMAKE_C_COMPILER-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
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/opt/local/bin/ccmake
//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
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/darius/work/gnuradio/gr-fosphor.git
//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_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-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_LOCAL_GENERATORS:INTERNAL=8
//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=/opt/local/share/cmake-2.8
//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
//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_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPPUNIT_INCLUDE_DIRS
CPPUNIT_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPPUNIT_LIBRARIES
CPPUNIT_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_DOT_PATH
DOXYGEN_DOT_PATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_EXECUTABLE
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//Details about finding CPPUNIT
FIND_PACKAGE_MESSAGE_DETAILS_CPPUNIT:INTERNAL=[/opt/local/lib/libcppunit.dylib][/opt/local/include][v()]
//Details about finding Doxygen
FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/opt/local/bin/doxygen][v1.8.5()]
//Details about finding GNURADIO_RUNTIME
FIND_PACKAGE_MESSAGE_DETAILS_GNURADIO_RUNTIME:INTERNAL=[/opt/local/lib/libgnuradio-runtime.dylib][v()]
//Details about finding Git
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/opt/local/bin/git][v1.8.4()]
//Details about finding OpenCL
FIND_PACKAGE_MESSAGE_DETAILS_OpenCL:INTERNAL=[/System/Library/Frameworks/OpenCL.framework][/System/Library/Frameworks/OpenCL.framework][/System/Library/Frameworks/OpenCL.framework][v1.2()]
//Details about finding OpenGL
FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/System/Library/Frameworks/OpenGL.framework][v()]
//Details about finding PkgConfig
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/opt/local/bin/pkg-config][v0.28()]
//Details about finding PythonInterp
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/opt/local/bin/python][v2.7.5(2)]
//Details about finding PythonLibs
FIND_PACKAGE_MESSAGE_DETAILS_PythonLibs:INTERNAL=[/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib][/System/Library/Frameworks/Python.framework/Headers][v2.7.2(2)]
//Details about finding SWIG
FIND_PACKAGE_MESSAGE_DETAILS_SWIG:INTERNAL=[/opt/local/bin/swig][/opt/local/share/swig/2.0.10][v2.0.10()]
//freetype2 found
FREETYPE2_FOUND:INTERNAL=TRUE
//ADVANCED property for variable: FREETYPE2_INCLUDE_DIRS
FREETYPE2_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FREETYPE2_LIBRARIES
FREETYPE2_LIBRARIES-ADVANCED:INTERNAL=1
FREETYPE2_PKG_CFLAGS:INTERNAL=-I/opt/local/include/freetype2;-I/opt/local/include
FREETYPE2_PKG_CFLAGS_I:INTERNAL=
FREETYPE2_PKG_CFLAGS_OTHER:INTERNAL=
FREETYPE2_PKG_FOUND:INTERNAL=1
FREETYPE2_PKG_INCLUDEDIR:INTERNAL="/opt/local/include"
FREETYPE2_PKG_INCLUDE_DIRS:INTERNAL=/opt/local/include/freetype2;/opt/local/include
FREETYPE2_PKG_LDFLAGS:INTERNAL=-L/opt/local/lib;-lfreetype
FREETYPE2_PKG_LDFLAGS_OTHER:INTERNAL=
FREETYPE2_PKG_LIBDIR:INTERNAL="/opt/local/lib"
FREETYPE2_PKG_LIBRARIES:INTERNAL=freetype
FREETYPE2_PKG_LIBRARY_DIRS:INTERNAL=/opt/local/lib
FREETYPE2_PKG_LIBS:INTERNAL=
FREETYPE2_PKG_LIBS_L:INTERNAL=
FREETYPE2_PKG_LIBS_OTHER:INTERNAL=
FREETYPE2_PKG_LIBS_PATHS:INTERNAL=
FREETYPE2_PKG_PREFIX:INTERNAL="/opt/local"
FREETYPE2_PKG_STATIC_CFLAGS:INTERNAL=-I/opt/local/include/freetype2;-I/opt/local/include
FREETYPE2_PKG_STATIC_CFLAGS_I:INTERNAL=
FREETYPE2_PKG_STATIC_CFLAGS_OTHER:INTERNAL=
FREETYPE2_PKG_STATIC_INCLUDE_DIRS:INTERNAL=/opt/local/include/freetype2;/opt/local/include
FREETYPE2_PKG_STATIC_LDFLAGS:INTERNAL=-L/opt/local/lib;-lfreetype;-lz;-lbz2
FREETYPE2_PKG_STATIC_LDFLAGS_OTHER:INTERNAL=
FREETYPE2_PKG_STATIC_LIBDIR:INTERNAL=
FREETYPE2_PKG_STATIC_LIBRARIES:INTERNAL=freetype;z;bz2
FREETYPE2_PKG_STATIC_LIBRARY_DIRS:INTERNAL=/opt/local/lib
FREETYPE2_PKG_STATIC_LIBS:INTERNAL=
FREETYPE2_PKG_STATIC_LIBS_L:INTERNAL=
FREETYPE2_PKG_STATIC_LIBS_OTHER:INTERNAL=
FREETYPE2_PKG_STATIC_LIBS_PATHS:INTERNAL=
FREETYPE2_PKG_VERSION:INTERNAL=16.2.10
FREETYPE2_PKG_freetype2_INCLUDEDIR:INTERNAL=
FREETYPE2_PKG_freetype2_LIBDIR:INTERNAL=
FREETYPE2_PKG_freetype2_PREFIX:INTERNAL=
FREETYPE2_PKG_freetype2_VERSION:INTERNAL=
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
//GLFW3 found
GLFW3_FOUND:INTERNAL=TRUE
//ADVANCED property for variable: GLFW3_INCLUDE_DIRS
GLFW3_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GLFW3_LIBRARIES
GLFW3_LIBRARIES-ADVANCED:INTERNAL=1
GLFW3_PKG_CFLAGS:INTERNAL=-I/opt/local/include
GLFW3_PKG_CFLAGS_I:INTERNAL=
GLFW3_PKG_CFLAGS_OTHER:INTERNAL=
GLFW3_PKG_FOUND:INTERNAL=1
GLFW3_PKG_INCLUDEDIR:INTERNAL=/opt/local/include
GLFW3_PKG_INCLUDE_DIRS:INTERNAL=/opt/local/include
GLFW3_PKG_LDFLAGS:INTERNAL=-L/opt/local/lib;-lglfw
GLFW3_PKG_LDFLAGS_OTHER:INTERNAL=
GLFW3_PKG_LIBDIR:INTERNAL=/opt/local/lib
GLFW3_PKG_LIBRARIES:INTERNAL=glfw
GLFW3_PKG_LIBRARY_DIRS:INTERNAL=/opt/local/lib
GLFW3_PKG_LIBS:INTERNAL=
GLFW3_PKG_LIBS_L:INTERNAL=
GLFW3_PKG_LIBS_OTHER:INTERNAL=
GLFW3_PKG_LIBS_PATHS:INTERNAL=
GLFW3_PKG_PREFIX:INTERNAL=/opt/local
GLFW3_PKG_STATIC_CFLAGS:INTERNAL=-I/opt/local/include
GLFW3_PKG_STATIC_CFLAGS_I:INTERNAL=
GLFW3_PKG_STATIC_CFLAGS_OTHER:INTERNAL=
GLFW3_PKG_STATIC_INCLUDE_DIRS:INTERNAL=/opt/local/include
GLFW3_PKG_STATIC_LDFLAGS:INTERNAL=-L/opt/local/lib;-lglfw;-framework;Cocoa;-framework;OpenGL;-framework;IOKit;-framework;CoreFoundation
GLFW3_PKG_STATIC_LDFLAGS_OTHER:INTERNAL=-framework;Cocoa;-framework;OpenGL;-framework;IOKit;-framework;CoreFoundation
GLFW3_PKG_STATIC_LIBDIR:INTERNAL=
GLFW3_PKG_STATIC_LIBRARIES:INTERNAL=glfw
GLFW3_PKG_STATIC_LIBRARY_DIRS:INTERNAL=/opt/local/lib
GLFW3_PKG_STATIC_LIBS:INTERNAL=
GLFW3_PKG_STATIC_LIBS_L:INTERNAL=
GLFW3_PKG_STATIC_LIBS_OTHER:INTERNAL=
GLFW3_PKG_STATIC_LIBS_PATHS:INTERNAL=
GLFW3_PKG_VERSION:INTERNAL=3.0.3
GLFW3_PKG_glfw3_INCLUDEDIR:INTERNAL=
GLFW3_PKG_glfw3_LIBDIR:INTERNAL=
GLFW3_PKG_glfw3_PREFIX:INTERNAL=
GLFW3_PKG_glfw3_VERSION:INTERNAL=
//gnuradio-runtime found
GNURADIO_RUNTIME_FOUND:INTERNAL=TRUE
//ADVANCED property for variable: GNURADIO_RUNTIME_INCLUDE_DIRS
GNURADIO_RUNTIME_INCLUDE_DIRS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GNURADIO_RUNTIME_LIBRARIES
GNURADIO_RUNTIME_LIBRARIES-ADVANCED:INTERNAL=1
GR_FOSPHOR_INCLUDE_DIRS:INTERNAL=/Users/darius/work/gnuradio/gr-fosphor.git/include
GR_FOSPHOR_SWIG_INCLUDE_DIRS:INTERNAL=/Users/darius/work/gnuradio/gr-fosphor.git/swig
//ADVANCED property for variable: OPENCL_INCLUDE_DIR
OPENCL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENCL_LIBRARY
OPENCL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENCL_ROOT_DIR
OPENCL_ROOT_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_INCLUDE_DIR
OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_gl_LIBRARY
OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENGL_glu_LIBRARY
OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
PC_CPPUNIT_CFLAGS:INTERNAL=-I/opt/local/include
PC_CPPUNIT_CFLAGS_I:INTERNAL=
PC_CPPUNIT_CFLAGS_OTHER:INTERNAL=
PC_CPPUNIT_FOUND:INTERNAL=1
PC_CPPUNIT_INCLUDEDIR:INTERNAL=/opt/local/include
PC_CPPUNIT_INCLUDE_DIRS:INTERNAL=/opt/local/include
PC_CPPUNIT_LDFLAGS:INTERNAL=-L/opt/local/lib;-lcppunit
PC_CPPUNIT_LDFLAGS_OTHER:INTERNAL=
PC_CPPUNIT_LIBDIR:INTERNAL=/opt/local/lib
PC_CPPUNIT_LIBRARIES:INTERNAL=cppunit
PC_CPPUNIT_LIBRARY_DIRS:INTERNAL=/opt/local/lib
PC_CPPUNIT_LIBS:INTERNAL=
PC_CPPUNIT_LIBS_L:INTERNAL=
PC_CPPUNIT_LIBS_OTHER:INTERNAL=
PC_CPPUNIT_LIBS_PATHS:INTERNAL=
PC_CPPUNIT_PREFIX:INTERNAL=/opt/local
PC_CPPUNIT_STATIC_CFLAGS:INTERNAL=-I/opt/local/include
PC_CPPUNIT_STATIC_CFLAGS_I:INTERNAL=
PC_CPPUNIT_STATIC_CFLAGS_OTHER:INTERNAL=
PC_CPPUNIT_STATIC_INCLUDE_DIRS:INTERNAL=/opt/local/include
PC_CPPUNIT_STATIC_LDFLAGS:INTERNAL=-L/opt/local/lib;-lcppunit;-ldl
PC_CPPUNIT_STATIC_LDFLAGS_OTHER:INTERNAL=
PC_CPPUNIT_STATIC_LIBDIR:INTERNAL=
PC_CPPUNIT_STATIC_LIBRARIES:INTERNAL=cppunit;dl
PC_CPPUNIT_STATIC_LIBRARY_DIRS:INTERNAL=/opt/local/lib
PC_CPPUNIT_STATIC_LIBS:INTERNAL=
PC_CPPUNIT_STATIC_LIBS_L:INTERNAL=
PC_CPPUNIT_STATIC_LIBS_OTHER:INTERNAL=
PC_CPPUNIT_STATIC_LIBS_PATHS:INTERNAL=
PC_CPPUNIT_VERSION:INTERNAL=1.12.1
PC_CPPUNIT_cppunit_INCLUDEDIR:INTERNAL=
PC_CPPUNIT_cppunit_LIBDIR:INTERNAL=
PC_CPPUNIT_cppunit_PREFIX:INTERNAL=
PC_CPPUNIT_cppunit_VERSION:INTERNAL=
PC_GNURADIO_RUNTIME_CFLAGS:INTERNAL=-I/opt/local/include
PC_GNURADIO_RUNTIME_CFLAGS_I:INTERNAL=
PC_GNURADIO_RUNTIME_CFLAGS_OTHER:INTERNAL=
PC_GNURADIO_RUNTIME_FOUND:INTERNAL=1
PC_GNURADIO_RUNTIME_INCLUDEDIR:INTERNAL=/opt/local/include
PC_GNURADIO_RUNTIME_INCLUDE_DIRS:INTERNAL=/opt/local/include
PC_GNURADIO_RUNTIME_LDFLAGS:INTERNAL=-L/opt/local/lib;-lgnuradio-runtime;-lgnuradio-pmt
PC_GNURADIO_RUNTIME_LDFLAGS_OTHER:INTERNAL=
PC_GNURADIO_RUNTIME_LIBDIR:INTERNAL=/opt/local/lib
PC_GNURADIO_RUNTIME_LIBRARIES:INTERNAL=gnuradio-runtime;gnuradio-pmt
PC_GNURADIO_RUNTIME_LIBRARY_DIRS:INTERNAL=/opt/local/lib
PC_GNURADIO_RUNTIME_LIBS:INTERNAL=
PC_GNURADIO_RUNTIME_LIBS_L:INTERNAL=
PC_GNURADIO_RUNTIME_LIBS_OTHER:INTERNAL=
PC_GNURADIO_RUNTIME_LIBS_PATHS:INTERNAL=
PC_GNURADIO_RUNTIME_PREFIX:INTERNAL=/opt/local
PC_GNURADIO_RUNTIME_STATIC_CFLAGS:INTERNAL=-I/opt/local/include
PC_GNURADIO_RUNTIME_STATIC_CFLAGS_I:INTERNAL=
PC_GNURADIO_RUNTIME_STATIC_CFLAGS_OTHER:INTERNAL=
PC_GNURADIO_RUNTIME_STATIC_INCLUDE_DIRS:INTERNAL=/opt/local/include
PC_GNURADIO_RUNTIME_STATIC_LDFLAGS:INTERNAL=-L/opt/local/lib;-lgnuradio-runtime;-lgnuradio-pmt
PC_GNURADIO_RUNTIME_STATIC_LDFLAGS_OTHER:INTERNAL=
PC_GNURADIO_RUNTIME_STATIC_LIBDIR:INTERNAL=
PC_GNURADIO_RUNTIME_STATIC_LIBRARIES:INTERNAL=gnuradio-runtime;gnuradio-pmt
PC_GNURADIO_RUNTIME_STATIC_LIBRARY_DIRS:INTERNAL=/opt/local/lib
PC_GNURADIO_RUNTIME_STATIC_LIBS:INTERNAL=
PC_GNURADIO_RUNTIME_STATIC_LIBS_L:INTERNAL=
PC_GNURADIO_RUNTIME_STATIC_LIBS_OTHER:INTERNAL=
PC_GNURADIO_RUNTIME_STATIC_LIBS_PATHS:INTERNAL=
PC_GNURADIO_RUNTIME_VERSION:INTERNAL=3.7.1
PC_GNURADIO_RUNTIME_gnuradio-runtime_INCLUDEDIR:INTERNAL=
PC_GNURADIO_RUNTIME_gnuradio-runtime_LIBDIR:INTERNAL=
PC_GNURADIO_RUNTIME_gnuradio-runtime_PREFIX:INTERNAL=
PC_GNURADIO_RUNTIME_gnuradio-runtime_VERSION:INTERNAL=
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_EXECUTABLE
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_INCLUDE_DIR
PYTHON_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PYTHON_LIBRARY
PYTHON_LIBRARY-ADVANCED:INTERNAL=1
//Last used Boost_ADDITIONAL_VERSIONS value.
_Boost_ADDITIONAL_VERSIONS_LAST:INTERNAL=1.35.0;1.35;1.36.0;1.36;1.37.0;1.37;1.38.0;1.38;1.39.0;1.39;1.40.0;1.40;1.41.0;1.41;1.42.0;1.42;1.43.0;1.43;1.44.0;1.44;1.45.0;1.45;1.46.0;1.46;1.47.0;1.47;1.48.0;1.48;1.49.0;1.49;1.50.0;1.50;1.51.0;1.51;1.52.0;1.52;1.53.0;1.53;1.54.0;1.54;1.55.0;1.55;1.56.0;1.56;1.57.0;1.57;1.58.0;1.58;1.59.0;1.59;1.60.0;1.60;1.61.0;1.61;1.62.0;1.62;1.63.0;1.63;1.64.0;1.64;1.65.0;1.65;1.66.0;1.66;1.67.0;1.67;1.68.0;1.68;1.69.0;1.69
//Components requested for this build tree.
_Boost_COMPONENTS_SEARCHED:INTERNAL=system;thread
//Last used Boost_INCLUDE_DIR value.
_Boost_INCLUDE_DIR_LAST:INTERNAL=/opt/local/include
//Last used Boost_LIBRARY_DIR value.
_Boost_LIBRARY_DIR_LAST:INTERNAL=/opt/local/lib
//Last used Boost_USE_MULTITHREADED value.
_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE
//Result of TRY_COMPILE
_OPENCL_VERSION_COMPILE_RESULT:INTERNAL=TRUE
//Result of TRY_RUN
_OPENCL_VERSION_RUN_RESULT:INTERNAL=0
__pkg_config_checked_FREETYPE2_PKG:INTERNAL=1
__pkg_config_checked_GLFW3_PKG:INTERNAL=1
__pkg_config_checked_PC_CPPUNIT:INTERNAL=1
__pkg_config_checked_PC_GNURADIO_RUNTIME:INTERNAL=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment