Created
September 8, 2020 04:30
-
-
Save HenkPoley/520265770fb01d4a1a4b525017f24345 to your computer and use it in GitHub Desktop.
mbedtls on macOS 10.15.6 - Homebrew build logs
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
Homebrew build logs for mbedtls on macOS 10.15.6 | |
Build date: 2020-09-08 06:28:50 |
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
HOMEBREW_VERSION: 2.4.16-186-gd0e1595-dirty | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: d0e1595fcf5c0a256aa9645d061c89385fdb594f | |
Last commit: 12 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 5674a60050d5fb7e5f8c8ecf6626ec25d53fc458 | |
Core tap last commit: 55 minutes ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.PnNPwN23j0/org.macosforge.xquartz:0 | |
HOMEBREW_GITHUB_API_TOKEN: set | |
HOMEBREW_MAKE_JOBS: 2 | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
CPU: dual-core 64-bit penryn | |
Clang: 11.0 build 1103 | |
Git: 2.24.3 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
Java: 11.0.2, 1.8.0_242, 1.7.0_11 | |
macOS: 10.15.6-x86_64 | |
CLT: N/A | |
Xcode: 11.7 | |
XQuartz: 2.7.11 => /opt/X11 |
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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/SUVMMFaker.dylib | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/python2.7/uefi-firmware/7zVersion.h | |
/usr/local/include/python2.7/uefi-firmware/BaseTypes.h | |
/usr/local/include/python2.7/uefi-firmware/Bra.h | |
/usr/local/include/python2.7/uefi-firmware/Compress.h | |
/usr/local/include/python2.7/uefi-firmware/CompressionTypes.h | |
/usr/local/include/python2.7/uefi-firmware/CpuArch.h | |
/usr/local/include/python2.7/uefi-firmware/Decompress.h | |
/usr/local/include/python2.7/uefi-firmware/EfiFile.h | |
/usr/local/include/python2.7/uefi-firmware/LzFind.h | |
/usr/local/include/python2.7/uefi-firmware/LzHash.h | |
/usr/local/include/python2.7/uefi-firmware/LzmaCompress.h | |
/usr/local/include/python2.7/uefi-firmware/LzmaDec.h | |
/usr/local/include/python2.7/uefi-firmware/LzmaDecompress.h | |
/usr/local/include/python2.7/uefi-firmware/LzmaEnc.h | |
/usr/local/include/python2.7/uefi-firmware/ProcessorBind.h | |
/usr/local/include/python2.7/uefi-firmware/Types.h | |
Warning: You have unlinked kegs in your Cellar. | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
elm | |
cloc | |
Warning: You have uncommitted modifications to Homebrew/brew. | |
If this is a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /usr/local/Homebrew && git stash && git clean -d -f | |
Uncommitted files: | |
M Library/Homebrew/extend/os/mac/hardware.rb | |
You have uncommitted modifications to Homebrew/homebrew-core. | |
If this is a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core && git stash && git clean -d -f | |
Uncommitted files: | |
M Formula/afl-fuzz.rb |
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
mbedtls |
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
2020-09-08 06:28:43 +0200 | |
cmake | |
-DUSE_SHARED_MBEDTLS_LIBRARY=On | |
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG | |
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/mbedtls/2.23.0 | |
-DCMAKE_BUILD_TYPE=Release | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-Wno-dev | |
-DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk | |
CMake Warning: | |
No source or binary directory provided. Both will be assumed to be the | |
same as the current working directory, but note that this warning will | |
become a fatal error in future CMake releases. | |
-- The C compiler identification is AppleClang 11.0.3.11030032 | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
CMake Error at tests/CMakeLists.txt:21 (message): | |
Cannot build test suites without Python 3 | |
-- Configuring incomplete, errors occurred! | |
See also "/tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0/CMakeFiles/CMakeOutput.log". | |
HOMEBREW_VERSION: 2.4.16-186-gd0e1595-dirty | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: d0e1595fcf5c0a256aa9645d061c89385fdb594f | |
Last commit: 12 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 5674a60050d5fb7e5f8c8ecf6626ec25d53fc458 | |
Core tap last commit: 54 minutes ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.PnNPwN23j0/org.macosforge.xquartz:0 | |
HOMEBREW_MAKE_JOBS: 2 | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
CPU: dual-core 64-bit penryn | |
Clang: 11.0 build 1103 | |
Git: 2.24.3 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
Java: 11.0.2, 1.8.0_242, 1.7.0_11 | |
macOS: 10.15.6-x86_64 | |
CLT: N/A | |
Xcode: 11.7 | |
XQuartz: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j2 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /usr/local/opt/[email protected]/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks | |
PKG_CONFIG_PATH: /usr/local/opt/[email protected]/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.15 | |
HOMEBREW_GIT: git | |
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Homebrew/Library/Homebrew/shims/mac/super:/usr/local/opt/cmake/bin:/usr/local/opt/[email protected]/bin:/usr/bin:/bin:/usr/sbin:/sbin |
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
clang called with: CMakeCCompilerId.c | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang CMakeCCompilerId.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -v -Wl,-v -o CMakeFiles/cmTC_bd279.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.18.2/share/cmake/Modules/CMakeCCompilerABI.c | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk | |
superenv added: -pipe -w -Os -march=core2 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=core2 -v -Wl,-v -o CMakeFiles/cmTC_bd279.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.18.2/share/cmake/Modules/CMakeCCompilerABI.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_bd279.dir/CMakeCCompilerABI.c.o -o cmTC_bd279 | |
superenv removed: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk | |
superenv added: -pipe -w -Os -march=core2 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=core2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_bd279.dir/CMakeCCompilerABI.c.o -o cmTC_bd279 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o CMakeFiles/cmTC_209ab.dir/CheckIncludeFile.c.o -c /tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0/CMakeFiles/CMakeTmp/CheckIncludeFile.c | |
superenv removed: -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk | |
superenv added: -pipe -w -Os -march=core2 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=core2 -o CMakeFiles/cmTC_209ab.dir/CheckIncludeFile.c.o -c /tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_209ab.dir/CheckIncludeFile.c.o -o cmTC_209ab | |
superenv removed: -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk | |
superenv added: -pipe -w -Os -march=core2 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=core2 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_209ab.dir/CheckIncludeFile.c.o -o cmTC_209ab -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Werror -DCMAKE_HAVE_LIBC_PTHREAD -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o CMakeFiles/cmTC_5a651.dir/src.c.o -c /tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0/CMakeFiles/CMakeTmp/src.c | |
superenv removed: -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk | |
superenv added: -pipe -w -Os -march=core2 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=core2 -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_5a651.dir/src.c.o -c /tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0/CMakeFiles/CMakeTmp/src.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Werror -DCMAKE_HAVE_LIBC_PTHREAD -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a651.dir/src.c.o -o cmTC_5a651 | |
superenv removed: -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Werror -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk | |
superenv added: -pipe -w -Os -march=core2 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=core2 -DCMAKE_HAVE_LIBC_PTHREAD -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5a651.dir/src.c.o -o cmTC_5a651 -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
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
# This is the CMakeCache file. | |
# For build in directory: /tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0 | |
# It was generated by CMake: /usr/local/Cellar/cmake/3.18.2/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 | |
######################## | |
//Path to a program. | |
CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND | |
//Path to a program. | |
CMAKE_AR:FILEPATH=/usr/bin/ar | |
//Choose the type of build: None Debug Release Coverage ASan ASanDbg | |
// MemSan MemSanDbg Check CheckFull | |
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_FLAGS_RELEASE:UNINITIALIZED=-DNDEBUG | |
//C compiler | |
CMAKE_C_COMPILER:FILEPATH=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang | |
//Flags used by the C compiler during all build types. | |
CMAKE_C_FLAGS:STRING= | |
//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=-DNDEBUG | |
//Flags used by the C compiler during RELWITHDEBINFO builds. | |
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG | |
//Path to a program. | |
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND | |
//Executable file format | |
CMAKE_EXECUTABLE_FORMAT:STRING=MACHO | |
//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= | |
//No help, variable specified on the command line. | |
CMAKE_FIND_FRAMEWORK:UNINITIALIZED=LAST | |
//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=/usr/local/Cellar/mbedtls/2.23.0 | |
//Path to a program. | |
CMAKE_LINKER:FILEPATH=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/ld | |
//Path to a program. | |
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/Homebrew/Library/Homebrew/shims/mac/super/gmake | |
//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=/usr/bin/nm | |
//Path to a program. | |
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND | |
//Path to a program. | |
CMAKE_OBJDUMP:FILEPATH=/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= | |
//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.15.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=mbed TLS | |
//Path to a program. | |
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib | |
//Path to a program. | |
CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND | |
//Flags used by the linker during the creation of shared libraries | |
// during all build types. | |
CMAKE_SHARED_LINKER_FLAGS:STRING= | |
//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=/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=ON | |
//Build mbed TLS programs. | |
ENABLE_PROGRAMS:BOOL=ON | |
//Build mbed TLS tests. | |
ENABLE_TESTING:BOOL=ON | |
//Build mbed TLS with zlib library. | |
ENABLE_ZLIB_SUPPORT:BOOL=OFF | |
//Path to a library. | |
FUZZINGENGINE_LIB:FILEPATH=FUZZINGENGINE_LIB-NOTFOUND | |
//Install mbed TLS headers. | |
INSTALL_MBEDTLS_HEADERS:BOOL=ON | |
//Explicitly link mbed TLS library to pthread. | |
LINK_WITH_PTHREAD:BOOL=OFF | |
//Explicitly link mbed TLS library to trusted_storage. | |
LINK_WITH_TRUSTED_STORAGE:BOOL=OFF | |
//Compiler warnings treated as errors | |
MBEDTLS_FATAL_WARNINGS:BOOL=ON | |
//Allow unsafe builds. These builds ARE NOT SECURE. | |
UNSAFE_BUILD:BOOL=OFF | |
//Build mbed TLS with the pkcs11-helper library. | |
USE_PKCS11_HELPER_LIBRARY:BOOL=OFF | |
//Build mbed TLS shared library. | |
USE_SHARED_MBEDTLS_LIBRARY:BOOL=On | |
//Build mbed TLS static library. | |
USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON | |
//Value Computed by CMake | |
mbed TLS_BINARY_DIR:STATIC=/tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0 | |
//Value Computed by CMake | |
mbed TLS_SOURCE_DIR:STATIC=/tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0 | |
//Dependencies for the target | |
mbedtls_LIB_DEPENDS:STATIC=general;mbedx509; | |
//Dependencies for the target | |
mbedtls_static_LIB_DEPENDS:STATIC=general;mbedx509_static; | |
//Dependencies for the target | |
mbedx509_LIB_DEPENDS:STATIC=general;mbedcrypto; | |
//Dependencies for the target | |
mbedx509_static_LIB_DEPENDS:STATIC=general;mbedcrypto_static; | |
######################## | |
# INTERNAL cache entries | |
######################## | |
//ADVANCED property for variable: CMAKE_ADDR2LINE | |
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 | |
//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=/tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0 | |
//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=18 | |
//Patch version of cmake used to create the current loaded cache | |
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 | |
//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.18.2/bin/cmake | |
//Path to cpack program executable. | |
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.18.2/bin/cpack | |
//Path to ctest program executable. | |
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.18.2/bin/ctest | |
//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.18.2/bin/ccmake | |
//Whether to issue deprecation errors for macros and functions. | |
CMAKE_ERROR_DEPRECATED:INTERNAL=FALSE | |
//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= | |
//Test CMAKE_HAVE_LIBC_PTHREAD | |
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 | |
//Have include pthread.h | |
CMAKE_HAVE_PTHREAD_H:INTERNAL=1 | |
//Source directory with the top level CMakeLists.txt file for this | |
// project | |
CMAKE_HOME_DIRECTORY:INTERNAL=/tmp/mbedtls-20200908-60439-1sufr9g/mbedtls-mbedtls-2.23.0 | |
//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_MAKEFILES:INTERNAL=17 | |
//ADVANCED property for variable: CMAKE_OBJCOPY | |
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: CMAKE_OBJDUMP | |
CMAKE_OBJDUMP-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.18.2/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 | |
//Suppress errors that are meant for the author of the CMakeLists.txt | |
// files. | |
CMAKE_SUPPRESS_DEVELOPER_ERRORS:INTERNAL=TRUE | |
//Suppress Warnings that are meant for the author of the CMakeLists.txt | |
// files. | |
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE | |
//uname command | |
CMAKE_UNAME:INTERNAL=/usr/bin/uname | |
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE | |
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 | |
//Whether to issue warnings for deprecated functionality. | |
CMAKE_WARN_DEPRECATED:INTERNAL=FALSE | |
//Details about finding Threads | |
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/fc7a4ef6135326d3f98c317c1f8c66be