tomas@tomas-VirtualBox:~/workspace/hermes$ cmake . -- Hermes will by default be using 4 threads for calculation. -- Found TCMALLOC: /usr/lib/libtcmalloc_minimal.so CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find BSON (missing: BSON_LIBRARY BSON_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) cmake/FindBSON.cmake:16 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:315 (find_package) -- Configuring incomplete, errors occurred! tomas@tomas-VirtualBox:~/workspace/hermes$ vim CMake.vars tomas@tomas-VirtualBox:~/workspace/hermes$ cmake . -- Hermes will by default be using 4 threads for calculation. Hermes Configuration results --------------------- Build static libs: NO -------Features------- Build with OpenMP: YES Build with TCMalloc: NO Build with BSON: NO Build with MATIO: NO Build with EXODUSII: NO -------Solvers------- Build with UMFPACK: YES Build with PARALUTION: NO Build with PETSC: NO Build with MUMPS: NO Build with SUPERLU: NO Build with TRILINOS: NO -----Hermes common----- Debug version: YES Release version: NO -----Hermes2D----- Build Hermes2D: YES Debug version: YES Release version: NO Test examples: YES Hermes2D with OpenGL: NO --------------------- CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: BSON_INCLUDE_DIR used as include directory in directory /home/tomas/workspace/hermes/hermes_common used as include directory in directory /home/tomas/workspace/hermes/hermes2d used as include directory in directory /home/tomas/workspace/hermes/hermes2d used as include directory in directory /home/tomas/workspace/hermes/hermes2d used as include directory in directory /home/tomas/workspace/hermes/hermes2d used as include directory in directory /home/tomas/workspace/hermes/hermes2d used as include directory in directory /home/tomas/workspace/hermes/hermes2d used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/00-quickShow used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/01-poisson used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/02-poisson-newton used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/03-navier-stokes used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/04-complex-adapt used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/05-hcurl-adapt used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/06-system-adapt used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/07-newton-heat-rk used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/08-nonlinearity used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/10-linear-advection-dg-adapt used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/11-transient-adapt used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/12-picard used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/13-FCT used as include directory in directory /home/tomas/workspace/hermes/hermes2d/test_examples/14-error-calculation BSON_LIBRARY linked by target "hermes_common-debug" in directory /home/tomas/workspace/hermes/hermes_common -- Configuring incomplete, errors occurred!