Home › Forum › SOFA › Building SOFA › [SOLVED] Issues compiling SOFA 16.12
Tagged: 64_bits, GCC, Linux_ubuntu, SOFA_1608
- This topic has 6 replies, 3 voices, and was last updated 7 years, 9 months ago by Guillaume.
-
AuthorPosts
-
7 February 2017 at 16:12 #8514jjcasmarBlocked
Hi there!
I’m trying to compile the new SOFA release in Kubuntu 16.04 and I’m finding a lot of issues. I have followed the instructions in the download page, but still having problems.
CMakeFiles/SofaHelper.dir/io/ImageBMP.cpp.o: In function sofa::helper::io::ImageBMP::load(std::string)': ImageBMP.cpp:(.text+0x41): undefined reference to sofa::helper::system::DataRepository' ImageBMP.cpp:(.text+0x4c): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/io/ImageRAW.cpp.o: In function sofa::helper::io::ImageRAW::load(std::string)': ImageRAW.cpp:(.text+0x79): undefined reference to sofa::helper::system::DataRepository' ImageRAW.cpp:(.text+0x87): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/io/MassSpringLoader.cpp.o: In function sofa::helper::io::MassSpringLoader::load(char const*)': MassSpringLoader.cpp:(.text+0xde): undefined reference to sofa::helper::system::DataRepository' MassSpringLoader.cpp:(.text+0xe9): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/io/MeshOBJ.cpp.o: In function sofa::helper::io::MeshOBJ::init(std::string)': MeshOBJ.cpp:(.text+0x2d5a): undefined reference to sofa::helper::system::DataRepository' MeshOBJ.cpp:(.text+0x2d68): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/io/MeshSTL.cpp.o: In function sofa::helper::io::MeshSTL::init(std::string)': MeshSTL.cpp:(.text+0x1590): undefined reference to sofa::helper::system::DataRepository' MeshSTL.cpp:(.text+0x159e): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/io/MeshTopologyLoader.cpp.o: In function sofa::helper::io::MeshTopologyLoader::load(char const*)': MeshTopologyLoader.cpp:(.text+0x370a): undefined reference to sofa::helper::system::DataRepository' MeshTopologyLoader.cpp:(.text+0x3715): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/io/MeshTrian.cpp.o: In function sofa::helper::io::MeshTrian::init(std::string)': MeshTrian.cpp:(.text+0x763): undefined reference to sofa::helper::system::DataRepository' MeshTrian.cpp:(.text+0x771): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/io/MeshVTK.cpp.o: In function sofa::helper::io::MeshVTK::init(std::string)': MeshVTK.cpp:(.text+0x2833): undefined reference to sofa::helper::system::DataRepository' MeshVTK.cpp:(.text+0x2841): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/io/SphereLoader.cpp.o: In function sofa::helper::io::SphereLoader::load(char const*)': SphereLoader.cpp:(.text+0xde): undefined reference to sofa::helper::system::DataRepository' SphereLoader.cpp:(.text+0xe9): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/io/TriangleLoader.cpp.o: In function sofa::helper::io::TriangleLoader::load(char const*)': TriangleLoader.cpp:(.text+0x1407): undefined reference to sofa::helper::system::DataRepository' TriangleLoader.cpp:(.text+0x1412): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' CMakeFiles/SofaHelper.dir/system/PluginManager.cpp.o: In function sofa::helper::system::PluginManager::PluginManager()': PluginManager.cpp:(.text+0xf2a): undefined reference to sofa::helper::system::PluginRepository' CMakeFiles/SofaHelper.dir/io/ImagePNG.cpp.o: In function sofa::helper::io::ImagePNG::load(std::string)': ImagePNG.cpp:(.text+0x110): undefined reference to sofa::helper::system::DataRepository' ImagePNG.cpp:(.text+0x11b): undefined reference to sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)' SofaKernel/SofaFramework/SofaHelper/CMakeFiles/SofaHelper.dir/build.make:2208: recipe for target 'lib/libSofaHelper.so.16.12.0' failed CMakeFiles/Makefile2:440: recipe for target 'SofaKernel/SofaFramework/SofaHelper/CMakeFiles/SofaHelper.dir/all' failed Makefile:160: recipe for target 'all' failed collect2: error: ld returned 1 exit status make[2]: *** [lib/libSofaHelper.so.16.12.0] Error 1 make[1]: *** [SofaKernel/SofaFramework/SofaHelper/CMakeFiles/SofaHelper.dir/all] Error 2 make: *** [all] Error 2 15:59:51: The process "/usr/bin/cmake" exited with code 2. Error while building/deploying project Sofa (kit: Qt-5.6.1 GCC 4.8)
I’m using GCC 4.8 (also tried with 5), Kubuntu 16.04 and Qt 5.6.1 (also tried with 5.8.0)
Any idea?
7 February 2017 at 17:24 #8515GuillaumeKeymasterHi jjcasmar,
Could you please copy/paste your CMakeCache.txt file?
Thanks,
Guillaume.8 February 2017 at 16:09 #8526jjcasmarBlockedHere you have an error log update (it changed when I reset the CMake)
[ 72%] Built target SofaTest [ 72%] Linking CXX executable ../../../bin/SofaFramework_test CMakeFiles/SofaFramework_test.dir/core/loader/MeshLoader_test.cpp.o: In function ‘sofa::core::loader::BaseLoader::canLoad()’: SofaKernel/SofaFramework/framework_test/CMakeFiles/SofaFramework_test.dir/build.make:666: recipe for target ‘bin/SofaFramework_test’ failed CMakeFiles/Makefile2:736: recipe for target ‘SofaKernel/SofaFramework/framework_test/CMakeFiles/SofaFramework_test.dir/all’ failed Makefile:160: recipe for target ‘all’ failed /home/jjcasmar/Software/sofa/SofaKernel/framework/sofa/core/../../sofa/core/loader/BaseLoader.h:85: undefined reference to ‘sofa::helper::system::DataRepository’ /home/jjcasmar/Software/sofa/SofaKernel/framework/sofa/core/../../sofa/core/loader/BaseLoader.h:85: undefined reference to ‘sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)’ CMakeFiles/SofaFramework_test.dir/helper/io/MeshOBJ_test.cpp.o: In function ‘sofa::MeshOBJ_test::SetUp()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/MeshOBJ_test.cpp:55: undefined reference to ‘sofa::helper::system::DataRepository’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/MeshOBJ_test.cpp:55: undefined reference to ‘sofa::helper::system::FileRepository::addFirstPath(std::string const&)’ CMakeFiles/SofaFramework_test.dir/helper/io/MeshOBJ_test.cpp.o: In function ‘sofa::MeshOBJ_test::TearDown()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/MeshOBJ_test.cpp:59: undefined reference to ‘sofa::helper::system::DataRepository’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/MeshOBJ_test.cpp:59: undefined reference to ‘sofa::helper::system::FileRepository::removePath(std::string const&)’ CMakeFiles/SofaFramework_test.dir/helper/io/MeshSTL_test.cpp.o: In function ‘sofa::MeshSTL_test::SetUp()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/MeshSTL_test.cpp:40: undefined reference to ‘sofa::helper::system::DataRepository’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/MeshSTL_test.cpp:40: undefined reference to ‘sofa::helper::system::FileRepository::addFirstPath(std::string const&)’ CMakeFiles/SofaFramework_test.dir/helper/io/MeshSTL_test.cpp.o: In function ‘sofa::MeshSTL_test::TearDown()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/MeshSTL_test.cpp:44: undefined reference to ‘sofa::helper::system::DataRepository’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/MeshSTL_test.cpp:44: undefined reference to ‘sofa::helper::system::FileRepository::removePath(std::string const&)’ CMakeFiles/SofaFramework_test.dir/helper/system/FileRepository_test.cpp.o: In function ‘FileRepository_test_findFile_Test::TestBody()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:25: undefined reference to ‘sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)’ CMakeFiles/SofaFramework_test.dir/helper/system/FileRepository_test.cpp.o: In function ‘FileRepository_test_findFileSubDir_Test::TestBody()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:31: undefined reference to ‘sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)’ CMakeFiles/SofaFramework_test.dir/helper/system/FileRepository_test.cpp.o: In function ‘FileRepository_test_findFileWithSpaces_Test::TestBody()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:38: undefined reference to ‘sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:42: undefined reference to ‘sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:45: undefined reference to ‘sofa::helper::system::FileRepository::addFirstPath(std::string const&)’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:47: undefined reference to ‘sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)’ CMakeFiles/SofaFramework_test.dir/helper/system/FileRepository_test.cpp.o: In function ‘FileRepository_test_findFileWithAccents_Test::TestBody()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:54: undefined reference to ‘sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:58: undefined reference to ‘sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:61: undefined reference to ‘sofa::helper::system::FileRepository::addFirstPath(std::string const&)’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:63: undefined reference to ‘sofa::helper::system::FileRepository::findFile(std::string&, std::string const&, std::ostream*)’ CMakeFiles/SofaFramework_test.dir/helper/system/FileRepository_test.cpp.o: In function ‘FileRepository_test::SetUp()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:16: undefined reference to ‘sofa::helper::system::FileRepository::addFirstPath(std::string const&)’ CMakeFiles/SofaFramework_test.dir/helper/system/FileRepository_test.cpp.o: In function ‘FileRepository_test::FileRepository_test()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:10: undefined reference to ‘sofa::helper::system::FileRepository::FileRepository(char const*, char const*)’ CMakeFiles/SofaFramework_test.dir/helper/system/FileRepository_test.cpp.o: In function ‘FileRepository_test::~FileRepository_test()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/system/FileRepository_test.cpp:10: undefined reference to ‘sofa::helper::system::FileRepository::~FileRepository()’ CMakeFiles/SofaFramework_test.dir/helper/io/ImagePNG_test.cpp.o: In function ‘sofa::ImagePNG_test::SetUp()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/ImagePNG_test.cpp:54: undefined reference to ‘sofa::helper::system::DataRepository’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/ImagePNG_test.cpp:54: undefined reference to ‘sofa::helper::system::FileRepository::addFirstPath(std::string const&)’ CMakeFiles/SofaFramework_test.dir/helper/io/ImagePNG_test.cpp.o: In function ‘sofa::ImagePNG_test::TearDown()’: /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/ImagePNG_test.cpp:58: undefined reference to ‘sofa::helper::system::DataRepository’ /home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test/helper/io/ImagePNG_test.cpp:58: undefined reference to ‘sofa::helper::system::FileRepository::removePath(std::string const&)’ ../../../lib/libSofaConstraint_d.so.16.12.0: undefined reference to ‘sofa::helper::system::FileRepository::getFirstPath()’ ../../../lib/libSofaSimulationCommon_d.so.16.12.0: undefined reference to ‘sofa::helper::system::FileRepository::findFileFromFile(std::string&, std::string const&, std::ostream*)’ ../../../lib/libSofaHelper_d.so.16.12.0: undefined reference to ‘sofa::helper::system::PluginRepository’ collect2: error: ld returned 1 exit status make[2]: *** [bin/SofaFramework_test] Error 1 make[1]: *** [SofaKernel/SofaFramework/framework_test/CMakeFiles/SofaFramework_test.dir/all] Error 2 make: *** [all] Error 2 16:07:13: The process “/usr/bin/cmake” exited with code 2. Error while building/deploying project Sofa (kit: Qt-5.8.0 GCC 4.8) When executing step “Make”
And here you have the CMakeCache.txt
# This is the CMakeCache file. # For build in directory: /home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug # It was generated by CMake: /usr/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 ######################## //Build the GenerateRigid Application. APPLICATION_GENERATERIGID:BOOL=OFF //Build the meshconv Application. APPLICATION_MESHCONV:BOOL=OFF //Build the Modeler Application. APPLICATION_MODELER:BOOL=ON //Build the runSofa Application. APPLICATION_RUNSOFA:BOOL=ON //Boost atomic library (debug) Boost_ATOMIC_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_atomic.so //Boost atomic library (release) Boost_ATOMIC_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_atomic.so //Boost chrono library (debug) Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_chrono.so //Boost chrono library (release) Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_chrono.so //Boost date_time library (debug) Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so //Boost date_time library (release) Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_date_time.so //The directory containing a CMake configuration file for Boost. Boost_DIR:PATH=Boost_DIR-NOTFOUND //Boost filesystem library (debug) Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=Boost_FILESYSTEM_LIBRARY_DEBUG-NOTFOUND //Boost filesystem library (release) Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=Boost_FILESYSTEM_LIBRARY_RELEASE-NOTFOUND //Path to a file. Boost_INCLUDE_DIR:PATH=/usr/include //Boost library directory DEBUG Boost_LIBRARY_DIR_DEBUG:PATH=/usr/lib/x86_64-linux-gnu //Boost library directory RELEASE Boost_LIBRARY_DIR_RELEASE:PATH=/usr/lib/x86_64-linux-gnu //Boost locale library (debug) Boost_LOCALE_LIBRARY_DEBUG:FILEPATH=Boost_LOCALE_LIBRARY_DEBUG-NOTFOUND //Boost locale library (release) Boost_LOCALE_LIBRARY_RELEASE:FILEPATH=Boost_LOCALE_LIBRARY_RELEASE-NOTFOUND //Boost system library (debug) Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so //Boost system library (release) Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_system.so //Boost thread library (debug) Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_thread.so //Boost thread library (release) Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libboost_thread.so //Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar //No help, variable specified on the command line. CMAKE_BUILD_TYPE:STRING=Debug //The CodeBlocks executable CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON //No help, variable specified on the command line. CMAKE_CXX_COMPILER:STRING=/usr/bin/g++-4.8 //Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //No help, variable specified on the command line. CMAKE_C_COMPILER:STRING=/usr/bin/gcc-4.8 //Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Flags used by the linker. 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 release minsize 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 Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/install //Path to a program. CMAKE_LINKER:FILEPATH=/usr/bin/ld //Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make //Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/usr/bin/nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy //Path to a program. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump //No help, variable specified on the command line. CMAKE_PREFIX_PATH:STRING=/usr/local/Qt-5.8.0 //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=Sofa //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib //Flags used by the linker during the creation of dll’s. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info 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. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during Release with Debug Info 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=FALSE //Enable to build Debian packages CPACK_BINARY_DEB:BOOL=OFF //Enable to build IFW packages CPACK_BINARY_IFW:BOOL=OFF //Enable to build NSIS packages CPACK_BINARY_NSIS:BOOL=OFF //Enable to build RPM packages CPACK_BINARY_RPM:BOOL=OFF //Enable to build STGZ packages CPACK_BINARY_STGZ:BOOL=ON //Enable to build TBZ2 packages CPACK_BINARY_TBZ2:BOOL=OFF //Enable to build TGZ packages CPACK_BINARY_TGZ:BOOL=ON //Enable to build TXZ packages CPACK_BINARY_TXZ:BOOL=OFF //Enable to build TZ packages CPACK_BINARY_TZ:BOOL=ON //Enable to build TBZ2 source packages CPACK_SOURCE_TBZ2:BOOL=ON //Enable to build TGZ source packages CPACK_SOURCE_TGZ:BOOL=ON //Enable to build TXZ source packages CPACK_SOURCE_TXZ:BOOL=ON //Enable to build TZ source packages CPACK_SOURCE_TZ:BOOL=ON //Enable to build ZIP source packages CPACK_SOURCE_ZIP:BOOL=OFF //The directory containing a CMake configuration file for CSparse. CSparse_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Include directory for find_package(Eigen3) EIGEN3_INCLUDE_DIR:PATH=/home/jjcasmar/Software/sofa/SofaKernel/extlibs/eigen-3.2.7 //Directory for find_package(Eigen3) EIGEN_ROOT:PATH=/home/jjcasmar/Software/sofa/SofaKernel/extlibs/eigen-3.2.7 //Path to a file. GLEW_INCLUDE_DIR:PATH=/usr/include //Path to a library. GLEW_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLEW.so //Path to a file. GLUT_INCLUDE_DIR:PATH=/usr/include //Path to a library. GLUT_Xi_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libXi.so //Path to a library. GLUT_Xmu_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libXmu.so //Path to a library. GLUT_glut_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libglut.so //The directory containing a CMake configuration file for GTest. GTest_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //The directory containing a CMake configuration file for Metis. Metis_DIR:PATH=Metis_DIR-NOTFOUND //The directory containing a CMake configuration file for MiniFlowVR. MiniFlowVR_DIR:PATH=/usr/local/lib/cmake/MiniFlowVR //Value Computed by CMake Modeler_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/applications/projects/Modeler/exec //Value Computed by CMake Modeler_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/applications/projects/Modeler/exec //The directory containing a CMake configuration file for Newmat. Newmat_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Path to a file. OPENGL_INCLUDE_DIR:PATH=/usr/include //Path to a library. OPENGL_gl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGL.so //Path to a library. OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libGLU.so //Path to a file. OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND //C++ compiler flags for OpenMP parallization OpenMP_CXX_FLAGS:STRING=-fopenmp //C compiler flags for OpenMP parallization OpenMP_C_FLAGS:STRING=-fopenmp //Build the ARTrack Plugin. PLUGIN_ARTRACK:BOOL=OFF //Build the BulletCollisionDetection Plugin. PLUGIN_BULLETCOLLISIONDETECTION:BOOL=OFF //Build the CGALPlugin Plugin. PLUGIN_CGALPLUGIN:BOOL=OFF //Build the ColladaSceneLoader Plugin. PLUGIN_COLLADASCENELOADER:BOOL=OFF //Build the Compliant Plugin. PLUGIN_COMPLIANT:BOOL=OFF //Build the EmptyCmakePlugin Plugin. PLUGIN_EMPTYCMAKEPLUGIN:BOOL=OFF //Build the ExternalBehaviorModel Plugin. PLUGIN_EXTERNALBEHAVIORMODEL:BOOL=OFF //Build the Flexible Plugin. PLUGIN_FLEXIBLE:BOOL=OFF //Build the Geomagic Plugin. PLUGIN_GEOMAGIC:BOOL=OFF //Build the Haption Plugin. PLUGIN_HAPTION:BOOL=OFF //Build the image Plugin. PLUGIN_IMAGE:BOOL=OFF //Build the InvertibleFVM Plugin. PLUGIN_INVERTIBLEFVM:BOOL=OFF //Build the LeapMotion Plugin. PLUGIN_LEAPMOTION:BOOL=OFF //Build the ManifoldTopologies Plugin. PLUGIN_MANIFOLDTOPOLOGIES:BOOL=OFF //Build the ManualMapping Plugin. PLUGIN_MANUALMAPPING:BOOL=OFF //Build the MeshSTEPLoader Plugin. PLUGIN_MESHSTEPLOADER:BOOL=OFF //Build the MultiThreading Plugin. PLUGIN_MULTITHREADING:BOOL=OFF //Build the OptiTrackNatNet Plugin. PLUGIN_OPTITRACKNATNET:BOOL=OFF //Build the PersistentContact Plugin. PLUGIN_PERSISTENTCONTACT:BOOL=OFF //Build the PluginExample Plugin. PLUGIN_PLUGINEXAMPLE:BOOL=OFF //Build the PreassembledMass Plugin. PLUGIN_PREASSEMBLEDMASS:BOOL=OFF //Build the Registration Plugin. PLUGIN_REGISTRATION:BOOL=OFF //Build the RigidScale Plugin. PLUGIN_RIGIDSCALE:BOOL=OFF //Build the Sensable Plugin. PLUGIN_SENSABLE:BOOL=OFF //Build the SensableEmulation Plugin. PLUGIN_SENSABLEEMULATION:BOOL=OFF //Build the SixenseHydra Plugin. PLUGIN_SIXENSEHYDRA:BOOL=OFF //Build the SofaCarving Plugin. PLUGIN_SOFACARVING:BOOL=OFF //Build the SofaCUDA Plugin. PLUGIN_SOFACUDA:BOOL=OFF //Build the SofaHAPI Plugin. PLUGIN_SOFAHAPI:BOOL=OFF //Build the SofaOpenCL Plugin. PLUGIN_SOFAOPENCL:BOOL=OFF //Build the SofaPardisoSolver Plugin. PLUGIN_SOFAPARDISOSOLVER:BOOL=OFF //Build the SofaPython Plugin. PLUGIN_SOFAPYTHON:BOOL=OFF //Build the SofaSimpleGUI Plugin. PLUGIN_SOFASIMPLEGUI:BOOL=OFF //Build the THMPGSpatialHashing Plugin. PLUGIN_THMPGSPATIALHASHING:BOOL=OFF //Build the VolumetricRendering Plugin. PLUGIN_VOLUMETRICRENDERING:BOOL=OFF //Build the Xitact Plugin. PLUGIN_XITACT:BOOL=OFF //Path to a library. PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND //Path to a library. PNG_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libpng.so //Path to a file. PNG_PNG_INCLUDE_DIR:PATH=/usr/include //Path to a program. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python //Value Computed by CMake QGLViewer_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/extlibs/QGLViewer //The directory containing a CMake configuration file for QGLViewer. QGLViewer_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Dependencies for the target QGLViewer_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libGLU.so;general;/usr/lib/x86_64-linux-gnu/libGL.so;general;Qt5::Core;general;Qt5::Widgets;general;Qt5::OpenGL;general;Qt5::Xml; //Value Computed by CMake QGLViewer_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/extlibs/libQGLViewer-2.6.3/QGLViewer //No help, variable specified on the command line. QT_QMAKE_EXECUTABLE:STRING=/usr/local/Qt-5.8.0/bin/qmake //The directory containing a CMake configuration file for Qt5Core. Qt5Core_DIR:PATH=/usr/local/Qt-5.8.0/lib/cmake/Qt5Core //The directory containing a CMake configuration file for Qt5Gui. Qt5Gui_DIR:PATH=/usr/local/Qt-5.8.0/lib/cmake/Qt5Gui //The directory containing a CMake configuration file for Qt5OpenGL. Qt5OpenGL_DIR:PATH=/usr/local/Qt-5.8.0/lib/cmake/Qt5OpenGL //The directory containing a CMake configuration file for Qt5Widgets. Qt5Widgets_DIR:PATH=/usr/local/Qt-5.8.0/lib/cmake/Qt5Widgets //The directory containing a CMake configuration file for Qt5Xml. Qt5Xml_DIR:PATH=/usr/local/Qt-5.8.0/lib/cmake/Qt5Xml //The directory containing a CMake configuration file for Qt5. Qt5_DIR:PATH=/usr/local/Qt-5.8.0/lib/cmake/Qt5 //Create a bundle containing all the installation files (Only Mac // OS X for now) RUNSOFA_INSTALL_AS_BUNDLE:BOOL=OFF //Enable QWT for Qt GUIs SOFAGUI_ENABLE_QWT:BOOL=OFF //Compile the Glut GUI SOFAGUI_GLUT:BOOL=OFF //Compile the QGLViewer for the Qt GUI SOFAGUI_QGLVIEWER:BOOL=ON //Compile the Qt GUI SOFAGUI_QT:BOOL=ON //Compile the QtViewer for the Qt GUI SOFAGUI_QTVIEWER:BOOL=ON //Enable interaction mode for the Qt GUI, whatever that means (this //\n will define the SOFA_GUI_INTERACTION macro). SOFAGUI_QT_INTERACTION:BOOL=OFF //Build the ARTrack library distributed in the extlibs/ directory. // This library //\nis used only by the ARTrack plugin. SOFA_BUILD_ARTRACK:BOOL=OFF //Build the metis library distributed in the extlibs/ directory. // It is used only //\nby the SparseLDLSolver component. Note that this library is // usually available //\non Linux distributions. SOFA_BUILD_METIS:BOOL=OFF //Build the miniFlowVR library distributed in the extlibs/ directory. SOFA_BUILD_MINIFLOWVR:BOOL=OFF SOFA_BUILD_SCENECREATOR:BOOL=ON //Compile the automatic tests for Sofa, along with the gtest library. SOFA_BUILD_TESTS:BOOL=ON //Build (most of) the tutorials available. SOFA_BUILD_TUTORIALS:BOOL=OFF //Compile Sofa with the DETECTIONOUTPUT_BARYCENTRICINFO macro defined. SOFA_DETECTIONOUTPUT_BARYCENTRICINFO:BOOL=OFF //Compile Sofa with the DETECTIONOUTPUT_FREEMOTION macro defined. SOFA_DETECTIONOUTPUT_FREEMOTION:BOOL=OFF //Compile Sofa with the SOFA_DUMP_VISITOR_INFO macro defined. SOFA_DUMP_VISITOR_INFO:BOOL=ON //list of paths separated by ‘;’ SOFA_EXTERNAL_DIRECTORIES:STRING= //Type used for floating point values in SOFA. It actually determines: //\n – what template instanciations will be compiled (via the definition // of the //\n SOFA_FLOAT and SOFA_DOUBLE macros) //\n – what is the type behind the ‘SReal’ typedef used throughout // SOFA. (If ‘both’ //\n is selected, SReal defaults to double.) SOFA_FLOATING_POINT_TYPE:STRING=both //Copy resources files (etc/, share/, examples/) when installing SOFA_INSTALL_RESOURCES_FILES:BOOL=ON //Path to SofaKernel SOFA_KERNEL_SOURCE_DIR:STRING=/home/jjcasmar/Software/sofa/SofaKernel //Compile Sofa without using the extern templates mechanism. (This // will prevent //\nthe SOFA_EXTERN_TEMPLATE macro from being defined.) SOFA_NO_EXTERN_TEMPLATE:BOOL=OFF //Compile Sofa with no OpenGL support. (This will define the SOFA_NO_OPENGL //\nmacro.) SOFA_NO_OPENGL:BOOL=OFF //Compile Sofa with the SOFA_NO_UPDATE_BBOX macro defined. SOFA_NO_UPDATE_BBOX:BOOL=OFF //Compile Sofa with OpenMP multithreading. SOFA_OPENMP:BOOL=ON //Use mask optimization SOFA_USE_MASK:BOOL=ON //Value Computed by CMake SceneCreator_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SceneCreator //The directory containing a CMake configuration file for SceneCreator. SceneCreator_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Dependencies for the target SceneCreator_LIB_DEPENDS:STATIC=general;SofaSimulationTree;general;SofaComponentMisc;general;SofaSimulationGraph;general;SofaLoader;general;SofaEngine;general;SofaSparseSolver; //Value Computed by CMake SceneCreator_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/applications/plugins/SceneCreator //Value Computed by CMake SofaAdvanced_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaAdvanced //The directory containing a CMake configuration file for SofaAdvanced. SofaAdvanced_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Value Computed by CMake SofaAdvanced_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaAdvanced //Value Computed by CMake SofaBaseCollision_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaBase/SofaBaseCollision //Dependencies for the target SofaBaseCollision_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaBaseCollision_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseCollision //Value Computed by CMake SofaBaseCollision_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaBaseCollision //Value Computed by CMake SofaBaseCollision_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseCollision/SofaBaseCollision_test //Value Computed by CMake SofaBaseLinearSolver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaBase/SofaBaseLinearSolver //Dependencies for the target SofaBaseLinearSolver_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaBaseLinearSolver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseLinearSolver //Value Computed by CMake SofaBaseLinearSolver_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaBaseLinearSolver //Value Computed by CMake SofaBaseLinearSolver_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseLinearSolver/SofaBaseLinearSolver_test //Value Computed by CMake SofaBaseMechanics_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaBase/SofaBaseMechanics //Dependencies for the target SofaBaseMechanics_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaBaseMechanics_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseMechanics //Value Computed by CMake SofaBaseMechanics_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaBaseMechanics //Value Computed by CMake SofaBaseMechanics_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseMechanics/SofaBaseMechanics_test //Value Computed by CMake SofaBaseTopology_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaBase/SofaBaseTopology //Dependencies for the target SofaBaseTopology_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaBaseTopology_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseTopology //Value Computed by CMake SofaBaseTopology_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaBaseTopology //Value Computed by CMake SofaBaseTopology_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseTopology/SofaBaseTopology_test //Value Computed by CMake SofaBaseVisual_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaBase/SofaBaseVisual //Dependencies for the target SofaBaseVisual_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaBaseVisual_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseVisual //Value Computed by CMake SofaBaseVisual_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaBaseVisual //Value Computed by CMake SofaBaseVisual_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaBaseVisual/SofaBaseVisual_test //Value Computed by CMake SofaBase_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaBase //The directory containing a CMake configuration file for SofaBase. SofaBase_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Value Computed by CMake SofaBase_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/SofaBase //Value Computed by CMake SofaBoundaryCondition_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaBoundaryCondition //Dependencies for the target SofaBoundaryCondition_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaEigen2Solver; //Value Computed by CMake SofaBoundaryCondition_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaBoundaryCondition //Value Computed by CMake SofaBoundaryCondition_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaBoundaryCondition //Value Computed by CMake SofaBoundaryCondition_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaBoundaryCondition/SofaBoundaryCondition_test //Value Computed by CMake SofaCommon_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon //The directory containing a CMake configuration file for SofaCommon. SofaCommon_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Value Computed by CMake SofaCommon_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/SofaCommon //Value Computed by CMake SofaComponentAdvanced_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaAdvanced/SofaComponentAdvanced //Dependencies for the target SofaComponentAdvanced_LIB_DEPENDS:STATIC=general;SofaEulerianFluid;general;SofaNonUniformFem;general;SofaSphFluid;general;SofaVolumetricData; //Value Computed by CMake SofaComponentAdvanced_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaComponentAdvanced //Value Computed by CMake SofaComponentBase_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaBase/SofaComponentBase //Dependencies for the target SofaComponentBase_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaBaseMechanics;general;SofaBaseCollision;general;SofaBaseLinearSolver;general;SofaBaseVisual; //Value Computed by CMake SofaComponentBase_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaComponentBase //Value Computed by CMake SofaComponentBase_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaComponentBase //Value Computed by CMake SofaComponentBase_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaComponentBase/SofaComponentBase_test //Value Computed by CMake SofaComponentCommon_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaComponentCommon //Dependencies for the target SofaComponentCommon_LIB_DEPENDS:STATIC=general;SofaEngine;general;SofaEigen2Solver;general;SofaDeformable;general;SofaExplicitOdeSolver;general;SofaImplicitOdeSolver;general;SofaLoader;general;SofaMeshCollision;general;SofaObjectInteraction;general;SofaRigid;general;SofaSimpleFem; //Value Computed by CMake SofaComponentCommon_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaComponentCommon //Value Computed by CMake SofaComponentGeneral_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaComponentGeneral //Dependencies for the target SofaComponentGeneral_LIB_DEPENDS:STATIC=general;SofaGeneralAnimationLoop;general;SofaGeneralDeformable;general;SofaGeneralExplicitOdeSolver;general;SofaGeneralImplicitOdeSolver;general;SofaGeneralLinearSolver;general;SofaGeneralLoader;general;SofaGeneralMeshCollision;general;SofaGeneralObjectInteraction;general;SofaGeneralRigid;general;SofaGeneralSimpleFem;general;SofaGeneralTopology;general;SofaGeneralVisual;general;SofaBoundaryCondition;general;SofaConstraint;general;SofaGeneralEngine;general;SofaExporter;general;SofaGraphComponent;general;SofaHaptics;general;SofaPreconditioner;general;SofaSparseSolver;general;SofaTopologyMapping;general;SofaUserInteraction;general;SofaValidation;general;SofaDenseSolver;general;SofaOpenglVisual; //Value Computed by CMake SofaComponentGeneral_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaComponentGeneral //Value Computed by CMake SofaComponentMisc_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaMisc/SofaComponentMisc //Dependencies for the target SofaComponentMisc_LIB_DEPENDS:STATIC=general;SofaMisc;general;SofaMiscCollision;general;SofaMiscEngine;general;SofaMiscFem;general;SofaMiscForceField;general;SofaMiscMapping;general;SofaMiscSolver;general;SofaMiscTopology; //Value Computed by CMake SofaComponentMisc_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaComponentMisc //Value Computed by CMake SofaConstraint_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaConstraint //Dependencies for the target SofaConstraint_LIB_DEPENDS:STATIC=general;SofaMeshCollision;general;SofaSimpleFem;general;SofaImplicitOdeSolver;general;SofaUserInteraction;general;SofaBaseLinearSolver;general;SofaEigen2Solver; //Value Computed by CMake SofaConstraint_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaConstraint //Value Computed by CMake SofaConstraint_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaConstraint //Value Computed by CMake SofaConstraint_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaConstraint/SofaConstraint_test //Value Computed by CMake SofaCore_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaFramework/SofaCore //Dependencies for the target SofaCore_LIB_DEPENDS:STATIC=general;SofaDefaultType; //Value Computed by CMake SofaCore_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/framework/sofa/core //Value Computed by CMake SofaDefaultType_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaFramework/SofaDefaultType //Dependencies for the target SofaDefaultType_LIB_DEPENDS:STATIC=general;SofaHelper; //Value Computed by CMake SofaDefaultType_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/framework/sofa/defaulttype //Value Computed by CMake SofaDeformable_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaDeformable //Dependencies for the target SofaDeformable_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaDeformable_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaDeformable //Value Computed by CMake SofaDeformable_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaDeformable //Value Computed by CMake SofaDeformable_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaDeformable/SofaDeformable_test //Value Computed by CMake SofaDenseSolver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaDenseSolver //Dependencies for the target SofaDenseSolver_LIB_DEPENDS:STATIC=general;SofaBaseLinearSolver;general;newmat; //Value Computed by CMake SofaDenseSolver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaDenseSolver //Value Computed by CMake SofaEigen2Solver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaEigen2Solver //Dependencies for the target SofaEigen2Solver_LIB_DEPENDS:STATIC=general;SofaBaseLinearSolver; //Value Computed by CMake SofaEigen2Solver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaEigen2Solver //Value Computed by CMake SofaEngine_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaEngine //Dependencies for the target SofaEngine_LIB_DEPENDS:STATIC=general;SofaHelper;general;SofaCore;general;SofaDefaultType;general;SofaSimulationCommon; //Value Computed by CMake SofaEngine_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaEngine //Value Computed by CMake SofaEngine_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaEngine //Value Computed by CMake SofaEngine_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaEngine/SofaEngine_test //Value Computed by CMake SofaEulerianFluid_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaAdvanced/SofaEulerianFluid //Dependencies for the target SofaEulerianFluid_LIB_DEPENDS:STATIC=general;SofaCore; //Value Computed by CMake SofaEulerianFluid_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaEulerianFluid //Value Computed by CMake SofaExplicitOdeSolver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaExplicitOdeSolver //Dependencies for the target SofaExplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaExplicitOdeSolver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaExplicitOdeSolver //Value Computed by CMake SofaExplicitOdeSolver_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaExplicitOdeSolver //Value Computed by CMake SofaExplicitOdeSolver_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaExplicitOdeSolver/SofaExplicitOdeSolver_test //Value Computed by CMake SofaExporter_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaExporter //Dependencies for the target SofaExporter_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaExporter_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaExporter //Value Computed by CMake SofaFramework_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaFramework //The directory containing a CMake configuration file for SofaFramework. SofaFramework_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Value Computed by CMake SofaFramework_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/SofaFramework //Value Computed by CMake SofaFramework_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaFramework/framework_test //Value Computed by CMake SofaFramework_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/framework/framework_test //Value Computed by CMake SofaGTestMain_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/tools/SofaGTestMain //Dependencies for the target SofaGTestMain_LIB_DEPENDS:STATIC=general;gtest;general;SofaSimulationTree;general;SofaSimulationGraph;general;SofaTest; //Value Computed by CMake SofaGTestMain_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/tools/SofaGTestMain //Value Computed by CMake SofaGeneralAnimationLoop_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralAnimationLoop //Dependencies for the target SofaGeneralAnimationLoop_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaGeneralAnimationLoop_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralAnimationLoop //Value Computed by CMake SofaGeneralDeformable_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralDeformable //Dependencies for the target SofaGeneralDeformable_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaDeformable; //Value Computed by CMake SofaGeneralDeformable_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralDeformable //Value Computed by CMake SofaGeneralEngine_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralEngine //Dependencies for the target SofaGeneralEngine_LIB_DEPENDS:STATIC=general;SofaMeshCollision;general;SofaGeneralMeshCollision; //Value Computed by CMake SofaGeneralEngine_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralEngine //Value Computed by CMake SofaGeneralEngine_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaGeneralEngine //Value Computed by CMake SofaGeneralEngine_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralEngine/SofaGeneralEngine_test //Value Computed by CMake SofaGeneralExplicitOdeSolver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralExplicitOdeSolver //Dependencies for the target SofaGeneralExplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaGeneralExplicitOdeSolver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralExplicitOdeSolver //Value Computed by CMake SofaGeneralExplicitOdeSolver_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaGeneralExplicitOdeSolver //Value Computed by CMake SofaGeneralExplicitOdeSolver_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralExplicitOdeSolver/SofaGeneralExplicitOdeSolver_test //Value Computed by CMake SofaGeneralImplicitOdeSolver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralImplicitOdeSolver //Dependencies for the target SofaGeneralImplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaGeneralImplicitOdeSolver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralImplicitOdeSolver //Value Computed by CMake SofaGeneralImplicitOdeSolver_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaGeneralImplicitOdeSolver //Value Computed by CMake SofaGeneralImplicitOdeSolver_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralImplicitOdeSolver/SofaGeneralImplicitOdeSolver_test //Value Computed by CMake SofaGeneralLinearSolver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralLinearSolver //Dependencies for the target SofaGeneralLinearSolver_LIB_DEPENDS:STATIC=general;SofaSimulationCommon;general;SofaBaseLinearSolver; //Value Computed by CMake SofaGeneralLinearSolver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralLinearSolver //Value Computed by CMake SofaGeneralLoader_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralLoader //Dependencies for the target SofaGeneralLoader_LIB_DEPENDS:STATIC=general;SofaSimulationTree;general;SofaHelper; //Value Computed by CMake SofaGeneralLoader_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralLoader //Value Computed by CMake SofaGeneralMeshCollision_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralMeshCollision //Dependencies for the target SofaGeneralMeshCollision_LIB_DEPENDS:STATIC=general;SofaObjectInteraction;general;SofaRigid;general;SofaBaseCollision;general;SofaMeshCollision; //Value Computed by CMake SofaGeneralMeshCollision_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralMeshCollision //Value Computed by CMake SofaGeneralObjectInteraction_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralObjectInteraction //Dependencies for the target SofaGeneralObjectInteraction_LIB_DEPENDS:STATIC=general;SofaDeformable; //Value Computed by CMake SofaGeneralObjectInteraction_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralObjectInteraction //Value Computed by CMake SofaGeneralRigid_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralRigid //Dependencies for the target SofaGeneralRigid_LIB_DEPENDS:STATIC=general;SofaBaseMechanics; //Value Computed by CMake SofaGeneralRigid_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralRigid //Value Computed by CMake SofaGeneralSimpleFem_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralSimpleFem //Dependencies for the target SofaGeneralSimpleFem_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaSimpleFem; //Value Computed by CMake SofaGeneralSimpleFem_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralSimpleFem //Value Computed by CMake SofaGeneralSimpleFem_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaGeneralSimpleFem //Value Computed by CMake SofaGeneralSimpleFem_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralSimpleFem/SofaGeneralSimpleFem_test //Value Computed by CMake SofaGeneralTopology_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralTopology //Dependencies for the target SofaGeneralTopology_LIB_DEPENDS:STATIC=general;SofaSimulationCommon;general;SofaBaseTopology; //Value Computed by CMake SofaGeneralTopology_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralTopology //Value Computed by CMake SofaGeneralVisual_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGeneralVisual //Dependencies for the target SofaGeneralVisual_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaBaseVisual; //Value Computed by CMake SofaGeneralVisual_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGeneralVisual //Value Computed by CMake SofaGeneral_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral //The directory containing a CMake configuration file for SofaGeneral. SofaGeneral_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Value Computed by CMake SofaGeneral_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaGeneral //Value Computed by CMake SofaGraphComponent_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaGraphComponent //Dependencies for the target SofaGraphComponent_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaGraphComponent_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaGraphComponent //Value Computed by CMake SofaGuiCommon_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGui/SofaGuiCommon //Dependencies for the target SofaGuiCommon_LIB_DEPENDS:STATIC=general;SofaGraphComponent;general;SofaBaseCollision;general;SofaUserInteraction;general;SofaBaseVisual;general;SofaComponentBase;general;SofaComponentCommon;general;SofaComponentGeneral;general;SofaComponentAdvanced;general;SofaComponentMisc; //Value Computed by CMake SofaGuiCommon_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/applications/sofa/gui/SofaGuiCommon //Value Computed by CMake SofaGuiMain_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGui/SofaGuiMain //Dependencies for the target SofaGuiMain_LIB_DEPENDS:STATIC=general;SofaGuiCommon;general;SofaGuiQt; //Value Computed by CMake SofaGuiMain_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/applications/sofa/gui/SofaGuiMain //Value Computed by CMake SofaGuiQt_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGui/SofaGuiQt //Dependencies for the target SofaGuiQt_LIB_DEPENDS:STATIC=general;SofaGuiCommon;general;SofaBaseVisual;general;SofaExporter;general;SofaLoader;general;SofaOpenglVisual;general;SofaMiscForceField;general;Qt5::Core;general;Qt5::Widgets;general;Qt5::OpenGL;general;QGLViewer; //Value Computed by CMake SofaGuiQt_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/applications/sofa/gui/qt //Value Computed by CMake SofaGui_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGui //Value Computed by CMake SofaGui_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaGui //Value Computed by CMake SofaHaptics_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaHaptics //Dependencies for the target SofaHaptics_LIB_DEPENDS:STATIC=general;SofaConstraint; //Value Computed by CMake SofaHaptics_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaHaptics //Value Computed by CMake SofaHelper_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaFramework/SofaHelper //Dependencies for the target SofaHelper_LIB_DEPENDS:STATIC=general;dl;general;/usr/lib/x86_64-linux-gnu/libX11.so;general;/usr/lib/x86_64-linux-gnu/libGLU.so;general;/usr/lib/x86_64-linux-gnu/libGL.so;general;SofaFramework::GLEW;general;SofaFramework::GLUT;general;tinyxml;general;SofaFramework::ZLIB;general;SofaFramework::PNG; //Value Computed by CMake SofaHelper_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/framework/sofa/helper //Value Computed by CMake SofaImplicitOdeSolver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaImplicitOdeSolver //Dependencies for the target SofaImplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaImplicitOdeSolver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaImplicitOdeSolver //Value Computed by CMake SofaImplicitOdeSolver_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaImplicitOdeSolver //Value Computed by CMake SofaImplicitOdeSolver_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaImplicitOdeSolver/SofaImplicitOdeSolver_test //Value Computed by CMake SofaLoader_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaLoader //Dependencies for the target SofaLoader_LIB_DEPENDS:STATIC=general;SofaSimulationTree;general;SofaHelper; //Value Computed by CMake SofaLoader_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaLoader //Value Computed by CMake SofaLoader_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaLoader //Value Computed by CMake SofaLoader_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaLoader/SofaLoader_test //Value Computed by CMake SofaMeshCollision_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaMeshCollision //Dependencies for the target SofaMeshCollision_LIB_DEPENDS:STATIC=general;SofaObjectInteraction;general;SofaRigid;general;SofaBaseCollision; //Value Computed by CMake SofaMeshCollision_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaMeshCollision //Value Computed by CMake SofaMeshCollision_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaMeshCollision //Value Computed by CMake SofaMeshCollision_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaMeshCollision/SofaMeshCollision_test //Value Computed by CMake SofaMiscCollision_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaMisc/SofaMiscCollision //Dependencies for the target SofaMiscCollision_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaGeneralMeshCollision;general;SofaGeneralDeformable;general;SofaConstraint;general;SofaVolumetricData;general;SofaExplicitOdeSolver;general;SofaGeneralExplicitOdeSolver;general;SofaImplicitOdeSolver;general;SofaSphFluid;general;SofaEigen2Solver;general;SofaOpenglVisual; //Value Computed by CMake SofaMiscCollision_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscCollision //Value Computed by CMake SofaMiscEngine_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaMisc/SofaMiscEngine //Dependencies for the target SofaMiscEngine_LIB_DEPENDS:STATIC=general;SofaNonUniformFem; //Value Computed by CMake SofaMiscEngine_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscEngine //Value Computed by CMake SofaMiscFem_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaMisc/SofaMiscFem //Dependencies for the target SofaMiscFem_LIB_DEPENDS:STATIC=general;SofaSimpleFem;general;SofaOpenglVisual;general;newmat; //Value Computed by CMake SofaMiscFem_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscFem //Value Computed by CMake SofaMiscForceField_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaMisc/SofaMiscForceField //Dependencies for the target SofaMiscForceField_LIB_DEPENDS:STATIC=general;SofaDeformable;general;SofaBoundaryCondition;general;SofaMiscTopology;general;SofaGeneralTopology; //Value Computed by CMake SofaMiscForceField_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscForceField //Value Computed by CMake SofaMiscMapping_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaMisc/SofaMiscMapping //Dependencies for the target SofaMiscMapping_LIB_DEPENDS:STATIC=general;SofaSimpleFem;general;SofaRigid; //Value Computed by CMake SofaMiscMapping_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscMapping //Value Computed by CMake SofaMiscMapping_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaMiscMapping //Value Computed by CMake SofaMiscMapping_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscMapping/SofaMiscMapping_test //Value Computed by CMake SofaMiscSolver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaMisc/SofaMiscSolver //Dependencies for the target SofaMiscSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaMiscSolver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscSolver //Value Computed by CMake SofaMiscSolver_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaMiscSolver //Value Computed by CMake SofaMiscSolver_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscSolver/SofaMiscSolver_test //Value Computed by CMake SofaMiscTopology_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaMisc/SofaMiscTopology //Dependencies for the target SofaMiscTopology_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaMiscTopology_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscTopology //Value Computed by CMake SofaMiscTopology_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaMiscTopology //Value Computed by CMake SofaMiscTopology_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMiscTopology/SofaMiscTopology_test //Value Computed by CMake SofaMisc_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaMisc/SofaMisc //The directory containing a CMake configuration file for SofaMisc. SofaMisc_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Dependencies for the target SofaMisc_LIB_DEPENDS:STATIC=general;SofaGeneralMeshCollision;general;SofaMiscTopology;general;SofaTopologyMapping; //Value Computed by CMake SofaMisc_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaMisc //Value Computed by CMake SofaModeler_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/applications/projects/Modeler/lib //Dependencies for the target SofaModeler_LIB_DEPENDS:STATIC=general;SofaGuiMain;general;SofaComponentBase;general;SofaComponentCommon;general;SofaComponentGeneral;general;SofaComponentAdvanced;general;SofaComponentMisc;general;Qt5::Core;general;Qt5::Widgets;general;Qt5::OpenGL; //Value Computed by CMake SofaModeler_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/applications/projects/Modeler/lib //Value Computed by CMake SofaNonUniformFem_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaAdvanced/SofaNonUniformFem //Dependencies for the target SofaNonUniformFem_LIB_DEPENDS:STATIC=general;SofaSimpleFem;general;SofaGeneralSimpleFem;general;SofaBaseTopology;general;SofaBaseMechanics;general;SofaDenseSolver; //Value Computed by CMake SofaNonUniformFem_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaNonUniformFem //Value Computed by CMake SofaObjectInteraction_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaObjectInteraction //Dependencies for the target SofaObjectInteraction_LIB_DEPENDS:STATIC=general;SofaDeformable; //Value Computed by CMake SofaObjectInteraction_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaObjectInteraction //Value Computed by CMake SofaOpenglVisual_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaOpenglVisual //Dependencies for the target SofaOpenglVisual_LIB_DEPENDS:STATIC=general;SofaBaseVisual;general;SofaSimulationCommon; //Value Computed by CMake SofaOpenglVisual_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaOpenglVisual //Value Computed by CMake SofaOpenglVisual_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaOpenglVisual //Value Computed by CMake SofaOpenglVisual_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaOpenglVisual/SofaOpenglVisual_test //Value Computed by CMake SofaPreconditioner_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaPreconditioner //Dependencies for the target SofaPreconditioner_LIB_DEPENDS:STATIC=general;SofaImplicitOdeSolver;general;SofaSimpleFem;general;SofaBaseLinearSolver;general;SofaSparseSolver;general;SofaDenseSolver; //Value Computed by CMake SofaPreconditioner_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaPreconditioner //The directory containing a CMake configuration file for SofaPython. SofaPython_DIR:PATH=SofaPython_DIR-NOTFOUND //Value Computed by CMake SofaRigid_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaRigid //Dependencies for the target SofaRigid_LIB_DEPENDS:STATIC=general;SofaBaseMechanics; //Value Computed by CMake SofaRigid_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaRigid //Value Computed by CMake SofaRigid_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaRigid //Value Computed by CMake SofaRigid_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaRigid/SofaRigid_test //Value Computed by CMake SofaSimpleFem_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaCommon/SofaSimpleFem //Dependencies for the target SofaSimpleFem_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaSimpleFem_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaSimpleFem //Value Computed by CMake SofaSimpleFem_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/SofaSimpleFem //Value Computed by CMake SofaSimpleFem_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaSimpleFem/SofaSimpleFem_test //Value Computed by CMake SofaSimulationCommon_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaSimulation/SofaSimulationCommon //Dependencies for the target SofaSimulationCommon_LIB_DEPENDS:STATIC=general;SofaCore;general;SofaSimulationCore; //Value Computed by CMake SofaSimulationCommon_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaSimulationCommon //Value Computed by CMake SofaSimulationCore_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaFramework/SofaSimulationCore //Dependencies for the target SofaSimulationCore_LIB_DEPENDS:STATIC=general;SofaCore; //Value Computed by CMake SofaSimulationCore_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/framework/sofa/simulation //Value Computed by CMake SofaSimulationGraph_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaSimulation/SofaSimulationGraph //Dependencies for the target SofaSimulationGraph_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaSimulationGraph_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaSimulationGraph //Value Computed by CMake SofaSimulationTree_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaSimulation/SofaSimulationTree //Dependencies for the target SofaSimulationTree_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaSimulationTree_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/SofaSimulationTree //Value Computed by CMake SofaSimulation_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaKernel/SofaSimulation //The directory containing a CMake configuration file for SofaSimulation. SofaSimulation_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Value Computed by CMake SofaSimulation_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/SofaSimulation //Value Computed by CMake SofaSimulation_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/modules/tests/tests/simulation //Value Computed by CMake SofaSimulation_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/modules/sofa/simulation/simulation_test //Value Computed by CMake SofaSparseSolver_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaSparseSolver //Dependencies for the target SofaSparseSolver_LIB_DEPENDS:STATIC=general;SofaBaseLinearSolver;general;SofaImplicitOdeSolver;general;SofaSimpleFem;general;csparse; //Value Computed by CMake SofaSparseSolver_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaSparseSolver //Value Computed by CMake SofaSphFluid_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaAdvanced/SofaSphFluid //Dependencies for the target SofaSphFluid_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaBaseMechanics; //Value Computed by CMake SofaSphFluid_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaSphFluid //Value Computed by CMake SofaTest_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaTest //The directory containing a CMake configuration file for SofaTest. SofaTest_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Dependencies for the target SofaTest_LIB_DEPENDS:STATIC=general;SceneCreator;general;SofaComponentBase;general;SofaComponentCommon;general;SofaComponentGeneral;general;SofaComponentAdvanced;general;SofaComponentMisc;general;gtest; //Value Computed by CMake SofaTest_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/applications/plugins/SofaTest //Value Computed by CMake SofaTest_test_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaTest/SofaTest_test //Value Computed by CMake SofaTest_test_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/applications/plugins/SofaTest/SofaTest_test //Value Computed by CMake SofaTopologyMapping_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaTopologyMapping //Dependencies for the target SofaTopologyMapping_LIB_DEPENDS:STATIC=general;SofaGeneralTopology; //Value Computed by CMake SofaTopologyMapping_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaTopologyMapping //Value Computed by CMake SofaUserInteraction_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaUserInteraction //Dependencies for the target SofaUserInteraction_LIB_DEPENDS:STATIC=general;SofaMeshCollision;general;SofaGeneralMeshCollision;general;SofaGeneralRigid;general;SofaGeneralVisual;general;SofaTopologyMapping;general;SofaDeformable;general;SofaBoundaryCondition;general;SofaGraphComponent;general;SofaBaseVisual; //Value Computed by CMake SofaUserInteraction_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaUserInteraction //Value Computed by CMake SofaValidation_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaGeneral/SofaValidation //Dependencies for the target SofaValidation_LIB_DEPENDS:STATIC=general;SofaBaseCollision;general;SofaLoader;general;SofaMeshCollision;general;SofaGeneralLoader; //Value Computed by CMake SofaValidation_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaValidation //Value Computed by CMake SofaVolumetricData_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/SofaAdvanced/SofaVolumetricData //Dependencies for the target SofaVolumetricData_LIB_DEPENDS:STATIC=general;SofaMeshCollision;general;SofaUserInteraction;general;miniFlowVR; //Value Computed by CMake SofaVolumetricData_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/modules/SofaVolumetricData //Value Computed by CMake Sofa_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug //Value Computed by CMake Sofa_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa //Value Computed by CMake SuiteSparse_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/extlibs/SuiteSparse //Value Computed by CMake SuiteSparse_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/extlibs/SuiteSparse //The directory containing a CMake configuration file for TinyXML. TinyXML_DIR:PATH=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/cmake //Path to a file. X11_ICE_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_ICE_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libICE.so //Path to a file. X11_SM_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_SM_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libSM.so //Path to a file. X11_X11_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_X11_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libX11.so //Path to a file. X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND //Path to a library. X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND //Path to a file. X11_XShm_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_XSync_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_XTest_INCLUDE_PATH:PATH=X11_XTest_INCLUDE_PATH-NOTFOUND //Path to a library. X11_XTest_LIB:FILEPATH=X11_XTest_LIB-NOTFOUND //Path to a file. X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND //Path to a file. X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xau_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xau_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXau.so //Path to a file. X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND //Path to a file. X11_Xcursor_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xcursor_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXcursor.so //Path to a file. X11_Xdamage_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xdamage_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXdamage.so //Path to a file. X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xdmcp_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXdmcp.so //Path to a library. X11_Xext_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXext.so //Path to a file. X11_Xfixes_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xfixes_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXfixes.so //Path to a file. X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND //Path to a file. X11_Xi_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xi_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXi.so //Path to a file. X11_Xinerama_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xinerama_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXinerama.so //Path to a file. X11_Xinput_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xinput_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXi.so //Path to a file. X11_Xkb_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xkbfile_INCLUDE_PATH:PATH=X11_Xkbfile_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xkbfile_LIB:FILEPATH=X11_Xkbfile_LIB-NOTFOUND //Path to a file. X11_Xkblib_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xlib_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xmu_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xmu_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXmu.so //Path to a file. X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND //Path to a file. X11_Xrandr_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xrandr_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrandr.so //Path to a file. X11_Xrender_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xrender_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrender.so //Path to a file. X11_Xscreensaver_INCLUDE_PATH:PATH=X11_Xscreensaver_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xscreensaver_LIB:FILEPATH=X11_Xscreensaver_LIB-NOTFOUND //Path to a file. X11_Xshape_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xt_INCLUDE_PATH:PATH=/usr/include //Path to a library. X11_Xt_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXt.so //Path to a file. X11_Xutil_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND //Path to a library. X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND //Path to a library. X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND //Path to a library. X11_Xxf86vm_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXxf86vm.so //Path to a file. X11_dpms_INCLUDE_PATH:PATH=/usr/include //Path to a file. X11_xf86misc_INCLUDE_PATH:PATH=X11_xf86misc_INCLUDE_PATH-NOTFOUND //Path to a file. X11_xf86vmode_INCLUDE_PATH:PATH=/usr/include //Path to a file. ZLIB_INCLUDE_DIR:PATH=/usr/include //Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND //Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so //Value Computed by CMake csparse_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/extlibs/csparse //Dependencies for target csparse_LIB_DEPENDS:STATIC= //Value Computed by CMake csparse_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/extlibs/csparse //Value Computed by CMake gtest_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/extlibs/gtest //Dependencies for the target gtest_LIB_DEPENDS:STATIC=general;-lpthread; //Value Computed by CMake gtest_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/extlibs/gtest //Disable uses of pthreads in gtest. gtest_disable_pthreads:BOOL=OFF //Use shared (DLL) run-time lib even when Google Test is built // as static lib. gtest_force_shared_crt:BOOL=ON //Dependencies for the target gtest_main_LIB_DEPENDS:STATIC=general;-lpthread;general;gtest; //Value Computed by CMake newmat_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/extlibs/newmat //Dependencies for target newmat_LIB_DEPENDS:STATIC= //Value Computed by CMake newmat_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/extlibs/newmat //Value Computed by CMake runSofa_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/applications/projects/runSofa //Value Computed by CMake runSofa_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/applications/projects/runSofa //Value Computed by CMake tinyxml_BINARY_DIR:STATIC=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug/extlibs/tinyxml //Dependencies for target tinyxml_LIB_DEPENDS:STATIC= //Value Computed by CMake tinyxml_SOURCE_DIR:STATIC=/home/jjcasmar/Software/sofa/SofaKernel/extlibs/tinyxml ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: Boost_ATOMIC_LIBRARY_DEBUG Boost_ATOMIC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_ATOMIC_LIBRARY_RELEASE Boost_ATOMIC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_CHRONO_LIBRARY_DEBUG Boost_CHRONO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_CHRONO_LIBRARY_RELEASE Boost_CHRONO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_DIR Boost_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_INCLUDE_DIR Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_LIBRARY_DIR_DEBUG Boost_LIBRARY_DIR_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_LIBRARY_DIR_RELEASE Boost_LIBRARY_DIR_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_LOCALE_LIBRARY_DEBUG Boost_LOCALE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_LOCALE_LIBRARY_RELEASE Boost_LOCALE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE Boost_THREAD_LIBRARY_RELEASE-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=/home/jjcasmar/Software/build-sofa-Qt_5_8_0_GCC_4_8-Debug //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=5 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=1 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //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 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //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=CodeBlocks //CXX compiler system defined macros CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;8;__GNUC_PATCHLEVEL__;5;__VERSION__;”4.8.5″;__ATOMIC_RELAXED; ;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__; ;_LP64;1;__LP64__;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__SIZE_TYPE__;long unsigned int;__PTRDIFF_TYPE__;long int;__WCHAR_TYPE__;int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long int;__UINTMAX_TYPE__;long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;long int;__INT_FAST32_TYPE__;long int;__INT_FAST64_TYPE__;long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;long unsigned int;__UINT_FAST32_TYPE__;long unsigned int;__UINT_FAST64_TYPE__;long unsigned int;__INTPTR_TYPE__;long int;__UINTPTR_TYPE__;long unsigned int;__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_MIN__;(-__WCHAR_MAX__ – 1);__WINT_MAX__;4294967295U;__WINT_MIN__;0U;__PTRDIFF_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__INTMAX_MAX__;9223372036854775807L;__INTMAX_C(c);c ## L;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_C(c);c ## UL;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ – 1);__INT8_MAX__;127;__INT16_MAX__;32767;__INT32_MAX__;2147483647;__INT64_MAX__;9223372036854775807L;__UINT8_MAX__;255;__UINT16_MAX__;65535;__UINT32_MAX__;4294967295U;__UINT64_MAX__;18446744073709551615UL;__INT_LEAST8_MAX__;127;__INT8_C(c);c;__INT_LEAST16_MAX__;32767;__INT16_C(c);c;__INT_LEAST32_MAX__;2147483647;__INT32_C(c);c;__INT_LEAST64_MAX__;9223372036854775807L;__INT64_C(c);c ## L;__UINT_LEAST8_MAX__;255;__UINT8_C(c);c;__UINT_LEAST16_MAX__;65535;__UINT16_C(c);c;__UINT_LEAST32_MAX__;4294967295U;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT64_C(c);c ## UL;__INT_FAST8_MAX__;127;__INT_FAST16_MAX__;9223372036854775807L;__INT_FAST32_MAX__;9223372036854775807L;__INT_FAST64_MAX__;9223372036854775807L;__UINT_FAST8_MAX__;255;__UINT_FAST16_MAX__;18446744073709551615UL;__UINT_FAST32_MAX__;18446744073709551615UL;__UINT_FAST64_MAX__;18446744073709551615UL;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__FLT_EVAL_METHOD__; ;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;((double)1.79769313486231570815e+308L);__DBL_MIN__;((double)2.22507385850720138309e-308L);__DBL_EPSILON__;((double)2.22044604925031308085e-16L);__DBL_DENORM_MIN__;((double)4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SSP__;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__k8;1;__k8__;1;__code_model_small__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201505L;__STDC_NO_THREADS__;1;__STDC__;1;__cplusplus;199711L;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;8;__GNUC_PATCHLEVEL__;5;__VERSION__;”4.8.5″;__ATOMIC_RELAXED; ;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__; ;_LP64;1;__LP64__;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__GNUG__;4;__SIZE_TYPE__;long unsigned int;__PTRDIFF_TYPE__;long int;__WCHAR_TYPE__;int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long int;__UINTMAX_TYPE__;long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;long int;__INT_FAST32_TYPE__;long int;__INT_FAST64_TYPE__;long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;long unsigned int;__UINT_FAST32_TYPE__;long unsigned int;__UINT_FAST64_TYPE__;long unsigned int;__INTPTR_TYPE__;long int;__UINTPTR_TYPE__;long unsigned int;__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__EXCEPTIONS;1;__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_MIN__;(-__WCHAR_MAX__ – 1);__WINT_MAX__;4294967295U;__WINT_MIN__;0U;__PTRDIFF_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__INTMAX_MAX__;9223372036854775807L;__INTMAX_C(c);c ## L;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_C(c);c ## UL;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ – 1);__INT8_MAX__;127;__INT16_MAX__;32767;__INT32_MAX__;2147483647;__INT64_MAX__;9223372036854775807L;__UINT8_MAX__;255;__UINT16_MAX__;65535;__UINT32_MAX__;4294967295U;__UINT64_MAX__;18446744073709551615UL;__INT_LEAST8_MAX__;127;__INT8_C(c);c;__INT_LEAST16_MAX__;32767;__INT16_C(c);c;__INT_LEAST32_MAX__;2147483647;__INT32_C(c);c;__INT_LEAST64_MAX__;9223372036854775807L;__INT64_C(c);c ## L;__UINT_LEAST8_MAX__;255;__UINT8_C(c);c;__UINT_LEAST16_MAX__;65535;__UINT16_C(c);c;__UINT_LEAST32_MAX__;4294967295U;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT64_C(c);c ## UL;__INT_FAST8_MAX__;127;__INT_FAST16_MAX__;9223372036854775807L;__INT_FAST32_MAX__;9223372036854775807L;__INT_FAST64_MAX__;9223372036854775807L;__UINT_FAST8_MAX__;255;__UINT_FAST16_MAX__;18446744073709551615UL;__UINT_FAST32_MAX__;18446744073709551615UL;__UINT_FAST64_MAX__;18446744073709551615UL;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__FLT_EVAL_METHOD__; ;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;double(1.79769313486231570815e+308L);__DBL_MIN__;double(2.22507385850720138309e-308L);__DBL_EPSILON__;double(2.22044604925031308085e-16L);__DBL_DENORM_MIN__;double(4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SSP__;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__k8;1;__k8__;1;__code_model_small__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_GNU_SOURCE;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201505L;__STDC_NO_THREADS__;1 //CXX compiler system include directories CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/include/c++/4.8;/usr/include/x86_64-linux-gnu/c++/4.8;/usr/include/c++/4.8/backward;/usr/lib/gcc/x86_64-linux-gnu/4.8/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include //C compiler system defined macros CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;8;__GNUC_PATCHLEVEL__;5;__VERSION__;”4.8.5″;__ATOMIC_RELAXED; ;__ATOMIC_SEQ_CST;5;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_CONSUME;1;__FINITE_MATH_ONLY__; ;_LP64;1;__LP64__;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;16;__SIZEOF_SIZE_T__;8;__CHAR_BIT__;8;__BIGGEST_ALIGNMENT__;16;__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__FLOAT_WORD_ORDER__;__ORDER_LITTLE_ENDIAN__;__SIZEOF_POINTER__;8;__SIZE_TYPE__;long unsigned int;__PTRDIFF_TYPE__;long int;__WCHAR_TYPE__;int;__WINT_TYPE__;unsigned int;__INTMAX_TYPE__;long int;__UINTMAX_TYPE__;long unsigned int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned int;__SIG_ATOMIC_TYPE__;int;__INT8_TYPE__;signed char;__INT16_TYPE__;short int;__INT32_TYPE__;int;__INT64_TYPE__;long int;__UINT8_TYPE__;unsigned char;__UINT16_TYPE__;short unsigned int;__UINT32_TYPE__;unsigned int;__UINT64_TYPE__;long unsigned int;__INT_LEAST8_TYPE__;signed char;__INT_LEAST16_TYPE__;short int;__INT_LEAST32_TYPE__;int;__INT_LEAST64_TYPE__;long int;__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST16_TYPE__;short unsigned int;__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST64_TYPE__;long unsigned int;__INT_FAST8_TYPE__;signed char;__INT_FAST16_TYPE__;long int;__INT_FAST32_TYPE__;long int;__INT_FAST64_TYPE__;long int;__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST16_TYPE__;long unsigned int;__UINT_FAST32_TYPE__;long unsigned int;__UINT_FAST64_TYPE__;long unsigned int;__INTPTR_TYPE__;long int;__UINTPTR_TYPE__;long unsigned int;__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WCHAR_MIN__;(-__WCHAR_MAX__ – 1);__WINT_MAX__;4294967295U;__WINT_MIN__;0U;__PTRDIFF_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__INTMAX_MAX__;9223372036854775807L;__INTMAX_C(c);c ## L;__UINTMAX_MAX__;18446744073709551615UL;__UINTMAX_C(c);c ## UL;__SIG_ATOMIC_MAX__;2147483647;__SIG_ATOMIC_MIN__;(-__SIG_ATOMIC_MAX__ – 1);__INT8_MAX__;127;__INT16_MAX__;32767;__INT32_MAX__;2147483647;__INT64_MAX__;9223372036854775807L;__UINT8_MAX__;255;__UINT16_MAX__;65535;__UINT32_MAX__;4294967295U;__UINT64_MAX__;18446744073709551615UL;__INT_LEAST8_MAX__;127;__INT8_C(c);c;__INT_LEAST16_MAX__;32767;__INT16_C(c);c;__INT_LEAST32_MAX__;2147483647;__INT32_C(c);c;__INT_LEAST64_MAX__;9223372036854775807L;__INT64_C(c);c ## L;__UINT_LEAST8_MAX__;255;__UINT8_C(c);c;__UINT_LEAST16_MAX__;65535;__UINT16_C(c);c;__UINT_LEAST32_MAX__;4294967295U;__UINT32_C(c);c ## U;__UINT_LEAST64_MAX__;18446744073709551615UL;__UINT64_C(c);c ## UL;__INT_FAST8_MAX__;127;__INT_FAST16_MAX__;9223372036854775807L;__INT_FAST32_MAX__;9223372036854775807L;__INT_FAST64_MAX__;9223372036854775807L;__UINT_FAST8_MAX__;255;__UINT_FAST16_MAX__;18446744073709551615UL;__UINT_FAST32_MAX__;18446744073709551615UL;__UINT_FAST64_MAX__;18446744073709551615UL;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__FLT_EVAL_METHOD__; ;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_DECIMAL_DIG__;9;__FLT_MAX__;3.40282346638528859812e+38F;__FLT_MIN__;1.17549435082228750797e-38F;__FLT_EPSILON__;1.19209289550781250000e-7F;__FLT_DENORM_MIN__;1.40129846432481707092e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_DECIMAL_DIG__;17;__DBL_MAX__;((double)1.79769313486231570815e+308L);__DBL_MIN__;((double)2.22507385850720138309e-308L);__DBL_EPSILON__;((double)2.22044604925031308085e-16L);__DBL_DENORM_MIN__;((double)4.94065645841246544177e-324L);__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__; ;__USER_LABEL_PREFIX__; ;__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__GCC_HAVE_DWARF2_CFI_ASM;1;__PRAGMA_REDEFINE_EXTNAME;1;__SSP__;1;__SIZEOF_INT128__;16;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;8;__amd64;1;__amd64__;1;__x86_64;1;__x86_64__;1;__ATOMIC_HLE_ACQUIRE;65536;__ATOMIC_HLE_RELEASE;131072;__k8;1;__k8__;1;__code_model_small__;1;__MMX__;1;__SSE__;1;__SSE2__;1;__FXSR__;1;__SSE_MATH__;1;__SSE2_MATH__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;_STDC_PREDEF_H;1;__STDC_IEC_559__;1;__STDC_IEC_559_COMPLEX__;1;__STDC_ISO_10646__;201505L;__STDC_NO_THREADS__;1 //C compiler system include directories CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/lib/gcc/x86_64-linux-gnu/4.8/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Have function connect CMAKE_HAVE_CONNECT:INTERNAL=1 //Have function gethostbyname CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 //Have symbol pthread_create CMAKE_HAVE_LIBC_CREATE:INTERNAL=1 //Have library pthreads CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= //Have library pthread CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Have function remove CMAKE_HAVE_REMOVE:INTERNAL=1 //Have function shmat CMAKE_HAVE_SHMAT:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/home/jjcasmar/Software/sofa //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 //Have library ICE CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER: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=121 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.5 //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 //uname command CMAKE_UNAME:INTERNAL=/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_DEB CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_IFW CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_NSIS CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_RPM CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_STGZ CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TBZ2 CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TGZ CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TXZ CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TZ CPACK_BINARY_TZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TBZ2 CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TGZ CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TXZ CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TZ CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_ZIP CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 //Details about finding GLEW FIND_PACKAGE_MESSAGE_DETAILS_GLEW:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libGLEW.so][v()] //Details about finding GLUT FIND_PACKAGE_MESSAGE_DETAILS_GLUT:INTERNAL=[/usr/lib/x86_64-linux-gnu/libglut.so][/usr/include][v()] //Details about finding OpenGL FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/x86_64-linux-gnu/libGL.so][/usr/include][v()] //Details about finding PNG FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpng.so][/usr/include][v1.2.54()] //Details about finding PythonInterp FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python][v2.7.12()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Details about finding X11 FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/lib/x86_64-linux-gnu/libX11.so][/usr/include] //Details about finding ZLIB FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.8()] //ADVANCED property for variable: GLEW_INCLUDE_DIR GLEW_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLEW_LIBRARY GLEW_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLUT_INCLUDE_DIR GLUT_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLUT_Xi_LIBRARY GLUT_Xi_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLUT_Xmu_LIBRARY GLUT_Xmu_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLUT_glut_LIBRARY GLUT_glut_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_INCLUDE_DIR OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_gl_LIBRARY OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_glu_LIBRARY OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OpenMP_CXX_FLAGS OpenMP_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OpenMP_C_FLAGS OpenMP_C_FLAGS-ADVANCED:INTERNAL=1 //Test OpenMP_FLAG_DETECTED OpenMP_FLAG_DETECTED:INTERNAL=1 //ADVANCED property for variable: PNG_LIBRARY_DEBUG PNG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PNG_LIBRARY_RELEASE PNG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PNG_PNG_INCLUDE_DIR PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //STRINGS property for variable: SOFA_FLOATING_POINT_TYPE SOFA_FLOATING_POINT_TYPE-STRINGS:INTERNAL=float;double;both //ADVANCED property for variable: X11_ICE_INCLUDE_PATH X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_ICE_LIB X11_ICE_LIB-ADVANCED:INTERNAL=1 //Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so X11_LIB_X11_SOLO:INTERNAL=1 //ADVANCED property for variable: X11_SM_INCLUDE_PATH X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_SM_LIB X11_SM_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_X11_INCLUDE_PATH X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_X11_LIB X11_X11_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XRes_INCLUDE_PATH X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XRes_LIB X11_XRes_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XShm_INCLUDE_PATH X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XSync_INCLUDE_PATH X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XTest_INCLUDE_PATH X11_XTest_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_XTest_LIB X11_XTest_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xau_INCLUDE_PATH X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xau_LIB X11_Xau_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcomposite_LIB X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xcursor_LIB X11_Xcursor_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdamage_LIB X11_Xdamage_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xdmcp_LIB X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xext_LIB X11_Xext_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xfixes_LIB X11_Xfixes_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xft_INCLUDE_PATH X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xft_LIB X11_Xft_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xi_INCLUDE_PATH X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xi_LIB X11_Xi_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinerama_LIB X11_Xinerama_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinput_INCLUDE_PATH X11_Xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xinput_LIB X11_Xinput_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkb_INCLUDE_PATH X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkbfile_INCLUDE_PATH X11_Xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkbfile_LIB X11_Xkbfile_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xlib_INCLUDE_PATH X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xmu_INCLUDE_PATH X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xmu_LIB X11_Xmu_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xpm_INCLUDE_PATH X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xpm_LIB X11_Xpm_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrandr_LIB X11_Xrandr_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrender_INCLUDE_PATH X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xrender_LIB X11_Xrender_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xscreensaver_INCLUDE_PATH X11_Xscreensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xscreensaver_LIB X11_Xscreensaver_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xshape_INCLUDE_PATH X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xt_INCLUDE_PATH X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xt_LIB X11_Xt_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xutil_INCLUDE_PATH X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xv_INCLUDE_PATH X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xv_LIB X11_Xv_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xxf86misc_LIB X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_Xxf86vm_LIB X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_dpms_INCLUDE_PATH X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xf86misc_INCLUDE_PATH X11_xf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: X11_xf86vmode_INCLUDE_PATH X11_xf86vmode_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_INCLUDE_DIR ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_DEBUG ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_RELEASE ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //Components requested for this build tree. _Boost_COMPONENTS_SEARCHED:INTERNAL=atomic;chrono;date_time;filesystem;locale;system;thread //Last used Boost_INCLUDE_DIR value. _Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/include //Last used Boost_LIBRARY_DIR_DEBUG value. _Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu //Last used Boost_LIBRARY_DIR_RELEASE value. _Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=/usr/lib/x86_64-linux-gnu //Last used Boost_NAMESPACE value. _Boost_NAMESPACE_LAST:INTERNAL=boost //Last used Boost_USE_MULTITHREADED value. _Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE //ADVANCED property for variable: gtest_disable_pthreads gtest_disable_pthreads-ADVANCED:INTERNAL=1 //ADVANCED property for variable: gtest_force_shared_crt gtest_force_shared_crt-ADVANCED:INTERNAL=1
9 February 2017 at 20:57 #8546jnbrunetModeratorHi jjcasmar,
To me, all those link errors related to std::string& arguments make me think of an c++ ABI version mismatch (see here for more details).
Can you try with a more recent compiler? (GCC 5.3+ or LLVM/clang 3.7+)
If this doesn’t work, you could play with the “_GLIBCXX_USE_CXX11_ABI” macro by setting it to 1 or 0.
With CMake, you can do this with
add_definitions(-D_GLIBCXX_USE_CXX11_ABI=1)
in the related Sofa modules that failed to link (in your case, SofaHelper).You should also disable the SOFA_BUILD_TESTS cmake option if you don’t plan to use it.
Jean-Nicolas
10 February 2017 at 01:38 #8548jjcasmarBlockedIt’s not working neither. I have tried with GCC 5.4 and both options for _GLIBCXX…
Qt is compiled by myself, but it’s compiled with GCC5.4 also….19 February 2017 at 00:04 #8620jjcasmarBlockedFinally Ive been able to compile v16.12. The problem was that FileRepository.cpp wasn’t added to the project so some functions weren’t found. This problem was due to some missing boost libraries (in particular, FileSystem).
if(Boost_FILESYSTEM_FOUND AND Boost_LOCALE_FOUND) list(APPEND HEADER_FILES system/FileRepository.h) list(APPEND SOURCE_FILES system/FileRepository.cpp) endif()
Maybe there should be some kind of check to verify that the needed boost libs are installed?
Thanks
20 February 2017 at 11:11 #8626GuillaumeKeymasterHi jjcasmar,
Thank you for your feedback!
This Boost::filesystem dependency problem has been fixed some days ago by pull request #122.We will apply this fix to the v16.12 branch asap.
Best,
Guillaume. -
AuthorPosts
- You must be logged in to reply to this topic.