-
Matthias Vallentin authored
The configure script did not respect the global CMake cache variables. To give the user a summary of relevant build parameter, the end of a configure run now displays a small build summary. Here is an example: ====================| Build Summary |==================== Libcppa version: 0.2.0 Source directory: /Users/mavam/code/libcppa Build directory: /Users/mavam/code/libcppa/build Executable path: /Users/mavam/code/libcppa/build/bin Library path: /Users/mavam/code/libcppa/build/lib Install prefix: /usr/local Debug mode: true CXX: /opt/llvm/bin/clang++ CXXFLAGS: -std=c++11 -Wextra -Wall -pedantic -DCPPA_DEBUG -stdlib=libc++ -O0 -g Boost: /opt/local/include ===========================================================
d7e32dc0