# This is the CMakeCache file. # For build in directory: /Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk # It was generated by CMake: /usr/local/Cellar/cmake/3.30.3/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 ######################## //No help, variable specified on the command line. BUILD_SHARED_LIBS:BOOL=ON //Path to a program. CCACHE_FOUND:FILEPATH=CCACHE_FOUND-NOTFOUND //Path to a program. CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND //Path to a program. CMAKE_AR:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ar //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Release //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //No help, variable specified on the command line. CMAKE_CXX_COMPILER:STRING=/Library/Developer/CommandLineTools/usr/bin/c++ //No help, variable specified on the command line. CMAKE_CXX_FLAGS:STRING= -Wall -Wno-inconsistent-missing-override //Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the CXX compiler during RELEASE builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //No help, variable specified on the command line. CMAKE_CXX_STANDARD:STRING=17 //No help, variable specified on the command line. CMAKE_C_COMPILER:STRING=/Library/Developer/CommandLineTools/usr/bin/cc //No help, variable specified on the command line. CMAKE_C_FLAGS:STRING= -Wall //Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the C compiler during RELEASE builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //No help, variable specified on the command line. CMAKE_DEBUG_POSTFIX:STRING=d //Path to a program. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND //Flags used by the linker during all build types. 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 MINSIZEREL 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 RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/CMakeFiles/pkgRedirects //User executables (bin) CMAKE_INSTALL_BINDIR:PATH=bin //Read-only architecture-independent data (DATAROOTDIR) CMAKE_INSTALL_DATADIR:PATH= //Read-only architecture-independent data root (share) CMAKE_INSTALL_DATAROOTDIR:PATH=share //Documentation root (DATAROOTDIR/doc/PROJECT_NAME) CMAKE_INSTALL_DOCDIR:PATH= //C header files (include) CMAKE_INSTALL_INCLUDEDIR:PATH=include //Info documentation (DATAROOTDIR/info) CMAKE_INSTALL_INFODIR:PATH= //Object code libraries (lib) CMAKE_INSTALL_LIBDIR:PATH=lib //Program executables (libexec) CMAKE_INSTALL_LIBEXECDIR:PATH=libexec //Locale-dependent data (DATAROOTDIR/locale) CMAKE_INSTALL_LOCALEDIR:PATH= //Modifiable single-machine data (var) CMAKE_INSTALL_LOCALSTATEDIR:PATH=var //Man documentation (DATAROOTDIR/man) CMAKE_INSTALL_MANDIR:PATH= //Path to a program. CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool //C header files for non-gcc (/usr/include) CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include //Initial cache CMAKE_INSTALL_PREFIX:PATH=/Volumes/Data/workspace/med-macos-weekly/build/../sdk/dependencies/dtk //Run-time variable data (LOCALSTATEDIR/run) CMAKE_INSTALL_RUNSTATEDIR:PATH= //System admin executables (sbin) CMAKE_INSTALL_SBINDIR:PATH=sbin //Modifiable architecture-independent data (com) CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com //Read-only single-machine data (etc) CMAKE_INSTALL_SYSCONFDIR:PATH=etc //Path to a program. CMAKE_LINKER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ld //No help, variable specified on the command line. CMAKE_MAKE_PROGRAM:UNINITIALIZED=/usr/bin/make //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND //Path to a program. CMAKE_OBJDUMP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/objdump //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.15 //The product will be built against the headers and libraries located // inside the indicated SDK. CMAKE_OSX_SYSROOT:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=dtk //Path to a program. CMAKE_RANLIB:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ranlib //Path to a program. CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND //No help, variable specified on the command line. CMAKE_SHARED_LINKER_FLAGS:STRING= -headerpad_max_install_names //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO 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 // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/strip //Path to a program. CMAKE_TAPI:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/tapi //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 //Build composer layer DTK_BUILD_COMPOSER:BOOL=OFF //Build distributed layer DTK_BUILD_DISTRIBUTED:BOOL=ON //Build script layer DTK_BUILD_SCRIPT:BOOL=OFF //Build support layer DTK_BUILD_SUPPORT_COMPOSER:BOOL=OFF //Build support layer DTK_BUILD_SUPPORT_CONTAINER:BOOL=OFF //Build support layer DTK_BUILD_SUPPORT_CORE:BOOL=ON //Build support layer DTK_BUILD_SUPPORT_DISTRIBUTED:BOOL=OFF //Build support layer DTK_BUILD_SUPPORT_GUI:BOOL=ON //Build support layer DTK_BUILD_SUPPORT_MATH:BOOL=ON //Build support layer DTK_BUILD_SUPPORT_PLOT:BOOL=OFF //Build support layer DTK_BUILD_SUPPORT_VR:BOOL=ON //Build widgets DTK_BUILD_WIDGETS:BOOL=ON //Build wrappers DTK_BUILD_WRAPPERS:BOOL=OFF //use cobertura coverage format DTK_COVERAGE_USE_COBERTURA:BOOL=ON //enable coverage report DTK_ENABLE_COVERAGE:BOOL=OFF //enable valgrind memcheck report DTK_ENABLE_MEMCHECK:BOOL=OFF //Path to a file. NITE_INCLUDES:PATH=NITE_INCLUDES-NOTFOUND //Path to a library. NITE_LIBRARY:FILEPATH=NITE_LIBRARY-NOTFOUND //Path to a file. OPENNI_INCLUDES:PATH=OPENNI_INCLUDES-NOTFOUND //Path to a library. OPENNI_LIBRARY:FILEPATH=OPENNI_LIBRARY-NOTFOUND //Path to a file. QUAT_INCLUDES:PATH=QUAT_INCLUDES-NOTFOUND //Path to a library. QUAT_LIBRARY:FILEPATH=QUAT_LIBRARY-NOTFOUND //The directory containing a CMake configuration file for Qt5Concurrent. Qt5Concurrent_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Concurrent //The directory containing a CMake configuration file for Qt5Core. Qt5Core_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Core //The directory containing a CMake configuration file for Qt5Gui. Qt5Gui_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Gui //The directory containing a CMake configuration file for Qt5Network. Qt5Network_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Network //The directory containing a CMake configuration file for Qt5QmlModels. Qt5QmlModels_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5QmlModels //The directory containing a CMake configuration file for Qt5Qml. Qt5Qml_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Qml //The directory containing a CMake configuration file for Qt5Quick. Qt5Quick_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Quick //The directory containing a CMake configuration file for Qt5Svg. Qt5Svg_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Svg //The directory containing a CMake configuration file for Qt5Test. Qt5Test_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Test //The directory containing a CMake configuration file for Qt5Widgets. Qt5Widgets_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Widgets //The directory containing a CMake configuration file for Qt5Xml. Qt5Xml_DIR:PATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5Xml //Initial cache Qt5_DIR:FILEPATH=/Volumes/Data/Qt5.15/5.15.2/clang_64/lib/cmake/Qt5 //Path to a file. VRPN_INCLUDES:PATH=VRPN_INCLUDES-NOTFOUND //Path to a library. VRPN_LIBRARY:FILEPATH=VRPN_LIBRARY-NOTFOUND //Path to a file. ZLIB_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/include //Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND //Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/lib/libz.tbd //Value Computed by CMake dtkConceptGenerator_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/app/dtkConceptGenerator //Value Computed by CMake dtkConceptGenerator_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkConceptGenerator_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/app/dtkConceptGenerator //Value Computed by CMake dtkCoreSupport_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkCoreSupport //Value Computed by CMake dtkCoreSupport_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkCoreSupport_LIB_DEPENDS:STATIC=general;Qt5::Core;general;Qt5::Gui;general;Qt5::Network;general;Qt5::Widgets;general;dtkLog;general;dtkMathSupport; //Value Computed by CMake dtkCoreSupport_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkCoreSupport //Value Computed by CMake dtkCoreTest_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/tst/dtkCore //Value Computed by CMake dtkCoreTest_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkCoreTest_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/tst/dtkCore //Value Computed by CMake dtkCore_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkCore //Value Computed by CMake dtkCore_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkCore_LIB_DEPENDS:STATIC=general;/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/lib/libz.tbd;general;dtkMeta;general;dtkLog;general;Qt5::Core; //Value Computed by CMake dtkCore_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkCore //Value Computed by CMake dtkDeploy_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/app/dtkDeploy //Value Computed by CMake dtkDeploy_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkDeploy_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/app/dtkDeploy //Value Computed by CMake dtkDistributedDashboard_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/app/dtkDistributedDashboard //Value Computed by CMake dtkDistributedDashboard_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkDistributedDashboard_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/app/dtkDistributedDashboard //Value Computed by CMake dtkDistributedServer_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/app/dtkDistributedServer //Value Computed by CMake dtkDistributedServer_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkDistributedServer_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/app/dtkDistributedServer //Value Computed by CMake dtkDistributedSlave_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/app/dtkDistributedSlave //Value Computed by CMake dtkDistributedSlave_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkDistributedSlave_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/app/dtkDistributedSlave //Value Computed by CMake dtkDistributedSlides_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/doc/slides/dtkDistributed //Value Computed by CMake dtkDistributedSlides_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkDistributedSlides_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/doc/slides/dtkDistributed //Value Computed by CMake dtkDistributedTest_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/tst/dtkDistributed/dtkDistributedCommunicator //Value Computed by CMake dtkDistributedTest_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkDistributedTest_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/tst/dtkDistributed/dtkDistributedCommunicator //Value Computed by CMake dtkDistributed_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkDistributed //Value Computed by CMake dtkDistributed_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkDistributed_LIB_DEPENDS:STATIC=general;Qt5::Core;general;Qt5::Network;general;Qt5::Xml;general;dtkCore;general;dtkMeta;general;dtkLog; //Value Computed by CMake dtkDistributed_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkDistributed //Value Computed by CMake dtkGuiSupport_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkGuiSupport //Value Computed by CMake dtkGuiSupport_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkGuiSupport_LIB_DEPENDS:STATIC=general;dtkCoreSupport;general;-framework Cocoa;general;Qt5::Core;general;Qt5::Gui;general;Qt5::Quick;general;Qt5::Widgets; //Value Computed by CMake dtkGuiSupport_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkGuiSupport //Value Computed by CMake dtkLogTest_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/tst/dtkLog //Value Computed by CMake dtkLogTest_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkLogTest_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/tst/dtkLog //Value Computed by CMake dtkLog_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkLog //Value Computed by CMake dtkLog_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkLog_LIB_DEPENDS:STATIC=general;Qt5::Core; //Value Computed by CMake dtkLog_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkLog //Value Computed by CMake dtkMathSupport_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkMathSupport //Value Computed by CMake dtkMathSupport_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkMathSupport_LIB_DEPENDS:STATIC=general;dtkLog;general;Qt5::Core; //Value Computed by CMake dtkMathSupport_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkMathSupport //Value Computed by CMake dtkMathTest_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/tst/dtkMath //Value Computed by CMake dtkMathTest_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkMathTest_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/tst/dtkMath //Value Computed by CMake dtkMath_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkMath //Value Computed by CMake dtkMath_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkMath_LIB_DEPENDS:STATIC=general;Qt5::Core;general;dtkCore;general;dtkLog; //Value Computed by CMake dtkMath_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkMath //Value Computed by CMake dtkMetaTest_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/tst/dtkMeta //Value Computed by CMake dtkMetaTest_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkMetaTest_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/tst/dtkMeta //Value Computed by CMake dtkMeta_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkMeta //Value Computed by CMake dtkMeta_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkMeta_LIB_DEPENDS:STATIC=general;Qt5::Core; //Value Computed by CMake dtkMeta_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkMeta //Value Computed by CMake dtkPluginsMetaInfoFetcher_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/app/dtkPluginsMetaInfoFetcher //Value Computed by CMake dtkPluginsMetaInfoFetcher_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake dtkPluginsMetaInfoFetcher_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/app/dtkPluginsMetaInfoFetcher //Value Computed by CMake dtkVrSupport_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkVrSupport //Value Computed by CMake dtkVrSupport_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkVrSupport_LIB_DEPENDS:STATIC=general;dtkMathSupport;general;dtkCoreSupport;general;dtkLog; //Value Computed by CMake dtkVrSupport_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkVrSupport //Value Computed by CMake dtkWidgets_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk/src/dtkWidgets //Value Computed by CMake dtkWidgets_IS_TOP_LEVEL:STATIC=OFF //Dependencies for the target dtkWidgets_LIB_DEPENDS:STATIC=general;dtkCore;general;dtkLog;general;dtkDistributed;general;Qt5::Core;general;Qt5::Gui;general;Qt5::Widgets; //Value Computed by CMake dtkWidgets_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk/src/dtkWidgets //Value Computed by CMake dtk_BINARY_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk //Value Computed by CMake dtk_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake dtk_SOURCE_DIR:STATIC=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: CCACHE_FOUND CCACHE_FOUND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/dtk //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=30 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.30.3/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.30.3/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.30.3/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 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.30.3/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO //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 external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //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=/Volumes/Data/workspace/med-macos-weekly/ExtProjs/dtk //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INFODIR CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_MANDIR CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_PREFIX CMAKE_INSTALL_PREFIX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR CMAKE_INSTALL_SYSCONFDIR-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=36 //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_OSX_ARCHITECTURES CMAKE_OSX_ARCHITECTURES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OSX_DEPLOYMENT_TARGET CMAKE_OSX_DEPLOYMENT_TARGET-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OSX_SYSROOT CMAKE_OSX_SYSROOT-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.30.3/share/cmake //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_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 //ADVANCED property for variable: CMAKE_TAPI CMAKE_TAPI-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Compiler support for a deprecated attribute COMPILER_HAS_DEPRECATED:INTERNAL=1 //Test COMPILER_HAS_DEPRECATED_ATTR COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1 //Test COMPILER_HAS_HIDDEN_VISIBILITY COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1 //ADVANCED property for variable: DTK_COVERAGE_USE_COBERTURA DTK_COVERAGE_USE_COBERTURA-ADVANCED:INTERNAL=1 //ADVANCED property for variable: DTK_ENABLE_COVERAGE DTK_ENABLE_COVERAGE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: DTK_ENABLE_MEMCHECK DTK_ENABLE_MEMCHECK-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NITE_INCLUDES NITE_INCLUDES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: NITE_LIBRARY NITE_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENNI_INCLUDES OPENNI_INCLUDES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENNI_LIBRARY OPENNI_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: QUAT_INCLUDES QUAT_INCLUDES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: QUAT_LIBRARY QUAT_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Concurrent_DIR Qt5Concurrent_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Core_DIR Qt5Core_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Gui_DIR Qt5Gui_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Network_DIR Qt5Network_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Qml_DIR Qt5Qml_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Quick_DIR Qt5Quick_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Svg_DIR Qt5Svg_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Test_DIR Qt5Test_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Widgets_DIR Qt5Widgets_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5Xml_DIR Qt5Xml_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Qt5_DIR Qt5_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VRPN_INCLUDES VRPN_INCLUDES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: VRPN_LIBRARY VRPN_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_INCLUDE_DIR ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_DEBUG ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_RELEASE ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //CMAKE_INSTALL_PREFIX during last run _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/Volumes/Data/workspace/med-macos-weekly/build/../sdk/dependencies/dtk