Path: blob/master/Utilities/Release/sunos/x86_64/cache.txt
3152 views
CMAKE_BUILD_TYPE:STRING=Release12# Link C++ library statically.3CMAKE_EXE_LINKER_FLAGS:STRING=-static-libstdc++ -static-libgcc -Wl,-z,noexecstack45# Enable ssl support in curl6CMAKE_USE_OPENSSL:BOOL=ON7OPENSSL_USE_STATIC_LIBS:BOOL=ON8OpenSSL_ROOT:PATH=/opt/cross/openssl/x86_64-pc-solaris2.10910# Enable ccmake11BUILD_CursesDialog:BOOL=ON1213# Disable cmake-gui14BUILD_QtDialog:BOOL=OFF1516# Disable tests.17BUILD_TESTING:BOOL=OFF18CMake_TEST_INSTALL:BOOL=OFF1920# Disable unnecessary dependency.21CMAKE_SKIP_INSTALL_ALL_DEPENDENCY:BOOL=ON2223# CPack package file name component for this platform.24CPACK_SYSTEM_NAME:STRING=sunos-x86_64252627