This file contains hidden or 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
| cmake . -Bbuild -DHUNTER_STATUS_DEBUG=1 -DCMAKE_TOOLCHAIN_FILE=/home/jason/signalwire/gandalf-build-env/swlib/cmake/toolchains/clang-7-lin-dynamic.cmake | |
| -- [hunter *** DEBUG *** 2018-09-24T11:03:24] HUNTER_ROOT set using HOME environment variable | |
| -- [hunter *** DEBUG *** 2018-09-24T11:03:24] HUNTER_ROOT: /home/jason/.hunter | |
| -- [hunter *** DEBUG *** 2018-09-24T11:03:24] Settings (initialize): | |
| -- [hunter *** DEBUG *** 2018-09-24T11:03:24] HunterGate done (NO) | |
| -- [hunter *** DEBUG *** 2018-09-24T11:03:24] Cache init (YES) | |
| -- cotire 1.7.10 loaded. | |
| -- CC: /usr/bin/clang-7 | |
| -- CXX: /usr/bin/clang++-7 | |
| -- ROOT: /usr |
This file contains hidden or 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
| include(CMakeForceCompiler) | |
| set(CMAKE_POSITION_INDEPENDENT_CODE YES) | |
| set(SW_TOOLCHAIN_DEFINITIONS_DEBUG "-g3 -O0 ") | |
| set(SW_TOOLCHAIN_DEFINITIONS_RELEASE "-g -O2 -DNDEBUG") | |
| set(SW_TOOLCHAIN_DEFINITIONS_SANITIZE "-g3 -O0 -fsanitize=address") | |
| # | |
| # Basic settings | |
| # |
This file contains hidden or 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
| cmake . -Bbuild -DCMAKE_TOOLCHAIN_FILE=/home/jason/signalwire/gandalf-build-env/swlib/cmake/toolchains/clang-7-lin-dynamic.cmake | |
| -- cotire 1.7.10 loaded. | |
| -- CC: /usr/bin/clang-7 | |
| -- CXX: /usr/bin/clang++-7 | |
| -- ROOT: /usr | |
| CMake Warning (dev) at swlib/cmake/AddCrossGuid.cmake:2 (project): | |
| Policy CMP0048 is not set: project() command manages VERSION variables. | |
| Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. |