Home › Forum › SOFA › Building SOFA › runSofa crashes at launch
Tagged: 64_bits, SOFA_1912, VS2017, Windows_10
- This topic has 12 replies, 2 voices, and was last updated 4 years, 4 months ago by Hugo.
-
AuthorPosts
-
10 June 2020 at 17:04 #16577NicolasBlocked
Hi Sofa Comunity,
I am trying to start using Sofa but I am facing some issue.
I followed the documentation to install Sofa on windows.
I am using Sofa19.12 source+VS2017+Qt5.14.2.
I successfully built the Release version in VS but when I try to run the generated runSofa.exe I receive the following error message as soon as the app starts:
The procedure entry point?glyphCache@QFontEngine@@QEBAPEAVQFontEngineGlyphCache@@PEBXW4GlyphFormat@1@AEBVQTransform@@AEBVQColor@@@Z could not be located in the dynamic link library. C:\Qt\5.14.2\msvc2017_64\bin\Qt5OpenGL.dll
The paths to Qt and Boost are already added in the environment variables.
The only 2 modification I have done so far are the following:
* I applied manually the PR edit https://github.com/sofa-framework/sofa/pull/1347 since for some reason the modification was not there on the branch I cloned.
* I ticked SOFA_BUILD_TUTORIAL in CMake configurationAny idea to solve this issue?
Thanks for your help,
Nicolas
11 June 2020 at 17:58 #16603HugoKeymasterHi @n-herzig
Welcome on the SOFA forum!
You seem to be using the sources of SOFA, namely the v19.12 branch. This is a release branch. These branches are frozen when released. Starting from v20.06, a new policy will be applied: backporting all fixes to the previous release.For Qt install, I guess you made sure to enable Charts and WebEngine components ,right?
This problem might come from missing symbol export for Windows. I will ask devs about it.Best,
Hugo
11 June 2020 at 20:55 #16605NicolasBlockedHi @Hugo,
Thank you for your warm welcome and message.
Yes, I did enable the Charts and WebEngine for the version 5.14.2.I gave a try today to the master branch and I have a similar issue (in fact there is even 3 more entry points that are faulty)
Thanks again for helping me.
Best,
Nicolas
12 June 2020 at 12:29 #16613NicolasBlockedHi,
I was thinking that if it comes from the version of QT I am using, I am happy to try another one if you recommend me one.
Best,
Nicolas
15 June 2020 at 11:36 #16627HugoKeymasterHi @n-herzig
Your version of Qt is fine.
Were you facing the same issue with a non-modified v19.12 source version ?
I will ask about your point next Wednesday (SOFA dev meeting).Best,
Hugo
15 June 2020 at 22:19 #16637NicolasBlockedHi Hugo,
Thanks, I am looking forward to hearing feedback from this meeting then.
Regarding the non-modified version 19.12, yes I have been facing some issues with the cmake, I had the error that cmake was trying to create several times the same folder this is why I applied the modification suggested in the PR which fixed the problem with the CMake.
Regarding the errors with the entry points, I am happy if there is a solution for any of the SOFA version (v19.12 or current).Thanks again for your help.
Best regards,
Nicolas
15 June 2020 at 22:20 #1663815 June 2020 at 22:52 #16640NicolasBlockedHi Hugo,
Yes I did, and I have similar error (+3 other entry point errors).
Here are the screenshots from the error messages:
errors
Best regards,Nicolas
16 June 2020 at 17:18 #1665117 June 2020 at 11:28 #16657NicolasBlockedHi Hugo,
Sure, this is the CMakeCache.txt for the master branch:
# This is the CMakeCache file. # For build in directory: c:/Users/uos/Documents/Visual Studio 2017/sofa/build # It was generated by CMake: C:/Program Files (x86)/CMake/bin/cmake.exe # 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 getDeprecatedComponents application. APPLICATION_GETDEPRECATEDCOMPONENTS:BOOL=OFF //Build the meshconv application. APPLICATION_MESHCONV:BOOL=OFF //Build the Modeler application. APPLICATION_MODELER:BOOL=OFF //Build the runSofa application. APPLICATION_RUNSOFA:BOOL=ON //Build the SofaGuiGlut application. APPLICATION_SOFAGUIGLUT:BOOL=OFF //Build the sofaOPENCL application. APPLICATION_SOFAOPENCL:BOOL=OFF //Build the SofaPhysicsAPI application. APPLICATION_SOFAPHYSICSAPI:BOOL=OFF //Boost atomic library (debug) Boost_ATOMIC_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_atomic-vc141-mt-gd-x64-1_73.lib //Boost atomic library (release) Boost_ATOMIC_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_atomic-vc141-mt-x64-1_73.lib //Boost chrono library (debug) Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_chrono-vc141-mt-gd-x64-1_73.lib //Boost chrono library (release) Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_chrono-vc141-mt-x64-1_73.lib //Boost date_time library (debug) Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_date_time-vc141-mt-gd-x64-1_73.lib //Boost date_time library (release) Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_date_time-vc141-mt-x64-1_73.lib //Boost filesystem library (debug) Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_filesystem-vc141-mt-gd-x64-1_73.lib //Boost filesystem library (release) Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_filesystem-vc141-mt-x64-1_73.lib //Path to a file. Boost_INCLUDE_DIR:PATH=C:/local/boost_1_73_0 //Boost library directory DEBUG Boost_LIBRARY_DIR_DEBUG:PATH=C:/local/boost_1_73_0/lib64-msvc-14.1 //Boost library directory RELEASE Boost_LIBRARY_DIR_RELEASE:PATH=C:/local/boost_1_73_0/lib64-msvc-14.1 //Boost program_options library (debug) Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_program_options-vc141-mt-gd-x64-1_73.lib //Boost program_options library (release) Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_program_options-vc141-mt-x64-1_73.lib //Boost system library (debug) Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_system-vc141-mt-gd-x64-1_73.lib //Boost system library (release) Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_system-vc141-mt-x64-1_73.lib //Boost thread library (debug) Boost_THREAD_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_thread-vc141-mt-gd-x64-1_73.lib //Boost thread library (release) Boost_THREAD_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_thread-vc141-mt-x64-1_73.lib //Value Computed by CMake CImgPlugin_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/CImgPlugin //The directory containing a CMake configuration file for CImgPlugin. CImgPlugin_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target CImgPlugin_LIB_DEPENDS:STATIC=general;SofaCore;general;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libtiff.lib;general;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libjpeg.lib;optimized;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlib.lib;debug;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlibd.lib;optimized;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libpng16.lib;debug;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libpng16d.lib;optimized;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlib.lib;debug;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlibd.lib; //Value Computed by CMake CImgPlugin_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/CImgPlugin //Value Computed by CMake CImgPlugin_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/CImgPlugin/CImgPlugin_test //Value Computed by CMake CImgPlugin_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/CImgPlugin/CImgPlugin_test //Value Computed by CMake CImg_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/CImgPlugin/extlibs/CImg //The directory containing a CMake configuration file for CImg. CImg_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake CImg_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/CImgPlugin/extlibs/CImg //Semicolon separated list of supported configuration types, only // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything // else will be ignored. CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release //Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 /GR /EHsc //Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 //Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG //Flags used by the CXX compiler during RELEASE builds. CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG //Libraries linked by default with all C++ applications. CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 //Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG //Flags used by the C compiler during RELEASE builds. CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG //Libraries linked by default with all C applications. CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during RELEASE builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/install //Path to a program. CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/link.exe //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Path to a program. CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/mt.exe //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=Sofa //Value Computed by CMake CMAKE_PROJECT_VERSION:STATIC=2.6.2 //Value Computed by CMake CMAKE_PROJECT_VERSION_MAJOR:STATIC=2 //Value Computed by CMake CMAKE_PROJECT_VERSION_MINOR:STATIC=6 //Value Computed by CMake CMAKE_PROJECT_VERSION_PATCH:STATIC=2 //Value Computed by CMake CMAKE_PROJECT_VERSION_TWEAK:STATIC= //RC compiler CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/rc.exe //Flags for Windows Resource Compiler during all build types. CMAKE_RC_FLAGS:STRING=-DWIN32 //Flags for Windows Resource Compiler during DEBUG builds. CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG //Flags for Windows Resource Compiler during MINSIZEREL builds. CMAKE_RC_FLAGS_MINSIZEREL:STRING= //Flags for Windows Resource Compiler during RELEASE builds. CMAKE_RC_FLAGS_RELEASE:STRING= //Flags for Windows Resource Compiler during RELWITHDEBINFO builds. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=OFF //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //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=OFF //Send warning when deprecated projects are found CMAKE_WARN_DEPRECATED:BOOL=ON //Build the SofaComponentAll collection. COLLECTION_SOFACOMPONENTALL:BOOL=ON //Enable to build 7-Zip packages CPACK_BINARY_7Z:BOOL=OFF //Enable to build IFW packages CPACK_BINARY_IFW:BOOL=OFF //Enable to build NSIS packages CPACK_BINARY_NSIS:BOOL=ON //Enable to build NuGet packages CPACK_BINARY_NUGET:BOOL=OFF //Enable to build WiX packages CPACK_BINARY_WIX:BOOL=OFF //Enable to build ZIP packages CPACK_BINARY_ZIP:BOOL=OFF //QtIFW binarycreator command line client CPACK_IFW_BINARYCREATOR_EXECUTABLE:FILEPATH=CPACK_IFW_BINARYCREATOR_EXECUTABLE-NOTFOUND //QtIFW devtool command line client CPACK_IFW_DEVTOOL_EXECUTABLE:FILEPATH=CPACK_IFW_DEVTOOL_EXECUTABLE-NOTFOUND //The forced version of used QtIFW tools CPACK_IFW_FRAMEWORK_VERSION_FORCED:STRING= //The timeout to return QtIFW framework version string from "installerbase" // executable CPACK_IFW_FRAMEWORK_VERSION_TIMEOUT:STRING=1 //QtIFW installer executable base CPACK_IFW_INSTALLERBASE_EXECUTABLE:FILEPATH=CPACK_IFW_INSTALLERBASE_EXECUTABLE-NOTFOUND //QtIFW repogen command line client CPACK_IFW_REPOGEN_EXECUTABLE:FILEPATH=CPACK_IFW_REPOGEN_EXECUTABLE-NOTFOUND //Enable to build 7-Zip source packages CPACK_SOURCE_7Z:BOOL=ON //Enable to build ZIP source packages CPACK_SOURCE_ZIP:BOOL=ON //Path to a file. EIGEN3_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/extlibs/eigen-3.3.7 //The directory containing a CMake configuration file for Eigen3. Eigen3_DIR:PATH=Eigen3_DIR-NOTFOUND //Path to a program. FFMPEG_EXEC:FILEPATH=FFMPEG_EXEC-NOTFOUND //The directory containing a CMake configuration file for GLEW. GLEW_DIR:PATH=GLEW_DIR-NOTFOUND //Path to a file. GLEW_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a library. GLEW_SHARED_LIBRARY_DEBUG:FILEPATH=GLEW_SHARED_LIBRARY_DEBUG-NOTFOUND //Path to a library. GLEW_SHARED_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/glew32.lib //Path to a library. GLEW_STATIC_LIBRARY_DEBUG:FILEPATH=GLEW_STATIC_LIBRARY_DEBUG-NOTFOUND //Path to a library. GLEW_STATIC_LIBRARY_RELEASE:FILEPATH=GLEW_STATIC_LIBRARY_RELEASE-NOTFOUND //The directory containing a CMake configuration file for GTest. GTest_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Path to a file. JPEG_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a library. JPEG_LIBRARY_DEBUG:FILEPATH=JPEG_LIBRARY_DEBUG-NOTFOUND //Path to a library. JPEG_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libjpeg.lib //Path to a file. JSON_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/json //Nlohmann JSON directory JSON_ROOT:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/json //turn asserts on METIS-GKLIB_ASSERT:BOOL=OFF //additional assertions METIS-GKLIB_ASSERT2:BOOL=OFF //add debugging support METIS-GKLIB_DEBUG:BOOL=OFF //enable use of GDB METIS-GKLIB_GDB:BOOL=OFF //enable GKRAND support METIS-GKLIB_GKRAND:BOOL=OFF //enable GKREGEX support METIS-GKLIB_GKREGEX:BOOL=OFF //add gprof support METIS-GKLIB_GPROF:BOOL=OFF //enable OpenMP support METIS-GKLIB_OPENMP:BOOL=OFF //enable PCRE support METIS-GKLIB_PCRE:BOOL=OFF //Build the SofaDenseSolver module. MODULE_SOFADENSESOLVER:BOOL=ON //Build the SofaExporter module. MODULE_SOFAEXPORTER:BOOL=ON //Build the SofaHaptics module. MODULE_SOFAHAPTICS:BOOL=ON //Build the SofaNonUniformFem module. MODULE_SOFANONUNIFORMFEM:BOOL=ON //Build the SofaOpenglVisual module. MODULE_SOFAOPENGLVISUAL:BOOL=ON //Build the SofaPreconditioner module. MODULE_SOFAPRECONDITIONER:BOOL=ON //Build the SofaSparseSolver module. MODULE_SOFASPARSESOLVER:BOOL=ON //Build the SofaValidation module. MODULE_SOFAVALIDATION:BOOL=ON //Path to a file. MSVC_REDIST_DIR:PATH=C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Redist/MSVC/14.16.27012 //The directory containing a CMake configuration file for Newmat. Newmat_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //OpenGL library for win32 OPENGL_gl_LIBRARY:STRING=opengl32 //GLU library for win32 OPENGL_glu_LIBRARY:STRING=glu32 //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 CImgPlugin plugin. PLUGIN_CIMGPLUGIN:BOOL=ON //Build the ColladaSceneLoader plugin. PLUGIN_COLLADASCENELOADER:BOOL=OFF //Build the Compliant plugin. PLUGIN_COMPLIANT:BOOL=OFF //Build the DiffusionSolver plugin. PLUGIN_DIFFUSIONSOLVER: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 PSL plugin. PLUGIN_PSL: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 SofaAssimp plugin. PLUGIN_SOFAASSIMP:BOOL=OFF //Build the SofaCarving plugin. PLUGIN_SOFACARVING:BOOL=OFF //Build the SofaCUDA plugin. PLUGIN_SOFACUDA:BOOL=OFF //Build the SofaDistanceGrid plugin. PLUGIN_SOFADISTANCEGRID:BOOL=OFF //Build the SofaEulerianFluid plugin. PLUGIN_SOFAEULERIANFLUID:BOOL=OFF //Build the SofaHAPI plugin. PLUGIN_SOFAHAPI:BOOL=OFF //Build the SofaImplicitField plugin. PLUGIN_SOFAIMPLICITFIELD:BOOL=OFF //Build the SofaMiscCollision plugin. PLUGIN_SOFAMISCCOLLISION:BOOL=ON //Build the SofaOpenCL plugin. PLUGIN_SOFAOPENCL:BOOL=OFF //Build the SofaPython plugin. PLUGIN_SOFAPYTHON:BOOL=OFF //Build the SofaSimpleGUI plugin. PLUGIN_SOFASIMPLEGUI:BOOL=OFF //Build the SofaSphFluid plugin. PLUGIN_SOFASPHFLUID:BOOL=OFF //Build the SofaVolumetricData plugin. PLUGIN_SOFAVOLUMETRICDATA: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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libpng16d.lib //Path to a library. PNG_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libpng16.lib //Path to a file. PNG_PNG_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a program. PYTHON_EXECUTABLE:FILEPATH=C:/Users/uos/AppData/Local/Programs/Python/Python38-32/python.exe //Value Computed by CMake QGLViewer_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/extlibs/QGLViewer //The directory containing a CMake configuration file for QGLViewer. QGLViewer_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target QGLViewer_LIB_DEPENDS:STATIC=general;Qt5::Core;general;Qt5::Gui;general;Qt5::Xml;general;Qt5::OpenGL;general;Qt5::Widgets; //Value Computed by CMake QGLViewer_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/extlibs/libQGLViewer-2.7.1/QGLViewer //The directory containing a CMake configuration file for Qt5Charts. Qt5Charts_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Charts //The directory containing a CMake configuration file for Qt5Core. Qt5Core_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Core //The directory containing a CMake configuration file for Qt5Gui. Qt5Gui_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Gui //The directory containing a CMake configuration file for Qt5Network. Qt5Network_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Network //The directory containing a CMake configuration file for Qt5OpenGL. Qt5OpenGL_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5OpenGL //The directory containing a CMake configuration file for Qt5Positioning. Qt5Positioning_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Positioning //The directory containing a CMake configuration file for Qt5PrintSupport. Qt5PrintSupport_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5PrintSupport //The directory containing a CMake configuration file for Qt5QmlModels. Qt5QmlModels_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5QmlModels //The directory containing a CMake configuration file for Qt5Qml. Qt5Qml_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Qml //The directory containing a CMake configuration file for Qt5Quick. Qt5Quick_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Quick //The directory containing a CMake configuration file for Qt5WebChannel. Qt5WebChannel_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5WebChannel //The directory containing a CMake configuration file for Qt5WebEngineCore. Qt5WebEngineCore_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5WebEngineCore //The directory containing a CMake configuration file for Qt5WebEngineWidgets. Qt5WebEngineWidgets_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5WebEngineWidgets //The directory containing a CMake configuration file for Qt5WebEngine. Qt5WebEngine_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5WebEngine //The directory containing a CMake configuration file for Qt5Widgets. Qt5Widgets_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Widgets //The directory containing a CMake configuration file for Qt5Xml. Qt5Xml_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Xml //The directory containing a CMake configuration file for Qt5. Qt5_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5 //Compile the automatic tests SOFAEXPORTER_BUILD_TESTS:BOOL=ON //Build the Node graph representation. NodeEditor library is needed. SOFAGUIQT_ENABLE_NODEGRAPH:BOOL=OFF //Build the QDocBrowser. Qt5WebEngine is needed. SOFAGUIQT_ENABLE_QDOCBROWSER:BOOL=ON //Compile the tests that need a GUI (like headlessRecorder_test). SOFAGUI_BUILD_TESTS:BOOL=ON //Enable Qt to use the operating system's native menu for the Qt // GUI SOFAGUI_ENABLE_NATIVE_MENU:BOOL=ON //Enable QWT for Qt GUIs SOFAGUI_ENABLE_QWT:BOOL=OFF //Enable vertical refresh sync SOFAGUI_ENABLE_VSYNC:BOOL=OFF //Compile the headless recorder (Linux only) SOFAGUI_HEADLESS_RECORDER: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 //Compile the automatic tests SOFAOPENGLVISUAL_BUILD_TESTS:BOOL=ON //Compile the automatic tests SOFAVALIDATION_BUILD_TESTS:BOOL=ON //Build legacy collections (SofaAdvanced). SOFA_BUILD_DEPRECATED_COLLECTIONS:BOOL=ON //Build the miniFlowVR library distributed in the extlibs/ directory. SOFA_BUILD_MINIFLOWVR:BOOL=OFF //Run package specific configure SOFA_BUILD_RELEASE_PACKAGE: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 //Directory containing Windows Dependency Pack SOFA_DEPENDENCY_PACK_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src //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=OFF //list of paths separated by ';' SOFA_EXTERNAL_DIRECTORIES:STRING= //Fetch/update Regression repository. SOFA_FETCH_REGRESSION:BOOL=OFF //Fetch/update SofaHighOrder repository. SOFA_FETCH_SOFAHIGHORDER:BOOL=OFF //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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel //Activate the Ninja build pools feature, to limit the cores used // by specific targets SOFA_NINJA_BUILD_POOLS:BOOL=OFF //Compile Sofa with no OpenGL support. (This will define the SOFA_NO_OPENGL // macro.) 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=OFF //Compile using ccache optimization SOFA_USE_CCACHE:BOOL=OFF //Use mask optimization SOFA_USE_MASK:BOOL=OFF //Enable the use of SSE2 instructions by the compiler (Only available // for MSVC). SOFA_VECTORIZE:BOOL=OFF //Compile SOFA with all deprecated components SOFA_WITH_DEPRECATED_COMPONENTS:BOOL=ON //Compile with developement extra features. SOFA_WITH_DEVTOOLS:BOOL=ON //Compile sofa with thread-safetiness support (PARTIAL/EXPERIMENTAL) SOFA_WITH_THREADING:BOOL=ON //Value Computed by CMake SceneCreator_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SceneCreator //The directory containing a CMake configuration file for SceneCreator. SceneCreator_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SceneCreator_LIB_DEPENDS:STATIC=general;SofaSimulationGraph; //Value Computed by CMake SceneCreator_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SceneCreator //Value Computed by CMake SceneCreator_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SceneCreator/SceneCreator_test //Value Computed by CMake SceneCreator_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SceneCreator/SceneCreator_test //Value Computed by CMake SofaAdvanced_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaAdvanced //Dependencies for the target SofaAdvanced_LIB_DEPENDS:STATIC=general;SofaNonUniformFem; //Value Computed by CMake SofaAdvanced_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaAdvanced //Dependencies for the target SofaAllCommonComponents_LIB_DEPENDS:STATIC=general;SofaComponentAll; //Value Computed by CMake SofaBaseCollision_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseCollision //Dependencies for the target SofaBaseCollision_LIB_DEPENDS:STATIC=general;SofaCore;general;SofaSimulationCommon; //Value Computed by CMake SofaBaseCollision_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseCollision //Value Computed by CMake SofaBaseCollision_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseCollision/SofaBaseCollision_test //Value Computed by CMake SofaBaseCollision_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseCollision/SofaBaseCollision_test //Value Computed by CMake SofaBaseLinearSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseLinearSolver //Dependencies for the target SofaBaseLinearSolver_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaBaseLinearSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseLinearSolver //Value Computed by CMake SofaBaseLinearSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseLinearSolver/SofaBaseLinearSolver_test //Value Computed by CMake SofaBaseLinearSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseLinearSolver/SofaBaseLinearSolver_test //Value Computed by CMake SofaBaseMechanics_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseMechanics //Dependencies for the target SofaBaseMechanics_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaBaseMechanics_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseMechanics //Value Computed by CMake SofaBaseMechanics_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseMechanics/SofaBaseMechanics_test //Value Computed by CMake SofaBaseMechanics_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseMechanics/SofaBaseMechanics_test //Value Computed by CMake SofaBaseTopology_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseTopology //Dependencies for the target SofaBaseTopology_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaBaseTopology_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseTopology //Value Computed by CMake SofaBaseTopology_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseTopology/SofaBaseTopology_test //Value Computed by CMake SofaBaseTopology_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseTopology/SofaBaseTopology_test //Value Computed by CMake SofaBaseUtils_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseUtils //Dependencies for the target SofaBaseUtils_LIB_DEPENDS:STATIC=general;SofaCore; //Value Computed by CMake SofaBaseUtils_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseUtils //Value Computed by CMake SofaBaseUtils_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseVisual/SofaBaseUtils_test //Value Computed by CMake SofaBaseUtils_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseUtils/SofaBaseUtils_test //Value Computed by CMake SofaBaseVisual_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseVisual //Dependencies for the target SofaBaseVisual_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;tinyxml; //Value Computed by CMake SofaBaseVisual_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseVisual //Value Computed by CMake SofaBaseVisual_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseVisual/SofaBaseVisual_test //Value Computed by CMake SofaBaseVisual_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseVisual/SofaBaseVisual_test //Value Computed by CMake SofaBase_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase //The directory containing a CMake configuration file for SofaBase. SofaBase_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaBase_LIB_DEPENDS:STATIC=general;SofaBaseCollision;general;SofaBaseLinearSolver;general;SofaBaseMechanics;general;SofaBaseTopology;general;SofaBaseVisual;general;SofaBaseUtils; //Value Computed by CMake SofaBase_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/SofaBase //Value Computed by CMake SofaBoundaryCondition_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaBoundaryCondition //Dependencies for the target SofaBoundaryCondition_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaHelper;general;SofaEigen2Solver; //Value Computed by CMake SofaBoundaryCondition_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaBoundaryCondition //Value Computed by CMake SofaBoundaryCondition_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaBoundaryCondition/SofaBoundaryCondition_test //Value Computed by CMake SofaBoundaryCondition_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaBoundaryCondition/SofaBoundaryCondition_test //Value Computed by CMake SofaCommon_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon //The directory containing a CMake configuration file for SofaCommon. SofaCommon_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaCommon_LIB_DEPENDS:STATIC=general;SofaDeformable;general;SofaEngine;general;SofaExplicitOdeSolver;general;SofaImplicitOdeSolver;general;SofaLoader;general;SofaMeshCollision;general;SofaObjectInteraction;general;SofaRigid;general;SofaSimpleFem;general;SofaEigen2Solver; //Value Computed by CMake SofaCommon_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/SofaCommon //Value Computed by CMake SofaComponentAll_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/collections/SofaComponentAll //The directory containing a CMake configuration file for SofaComponentAll. SofaComponentAll_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaComponentAll_LIB_DEPENDS:STATIC=general;SofaBase;general;SofaCommon;general;SofaGeneral;general;SofaMisc;general;SofaOpenglVisual; //Value Computed by CMake SofaComponentAll_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/collections/SofaComponentAll //Value Computed by CMake SofaConstraint_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaConstraint //Value Computed by CMake SofaConstraint_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaConstraint/SofaConstraint_test //Value Computed by CMake SofaConstraint_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaConstraint/SofaConstraint_test //Value Computed by CMake SofaCore_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaCore //Dependencies for the target SofaCore_LIB_DEPENDS:STATIC=general;SofaHelper;general;SofaDefaultType; //Value Computed by CMake SofaCore_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaCore //Value Computed by CMake SofaCore_simutest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaCore/SofaCore_simutest //Value Computed by CMake SofaCore_simutest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaCore/SofaCore_simutest //Value Computed by CMake SofaCore_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaCore/SofaCore_test //Value Computed by CMake SofaCore_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaCore/SofaCore_test //Value Computed by CMake SofaDefaultType_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaDefaultType //Dependencies for the target SofaDefaultType_LIB_DEPENDS:STATIC=general;SofaHelper; //Value Computed by CMake SofaDefaultType_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDefaultType //Value Computed by CMake SofaDefaultType_simutest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaDefaultType/SofaDefaultType_simutest //Value Computed by CMake SofaDefaultType_simutest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDefaultType/SofaDefaultType_simutest //Value Computed by CMake SofaDefaultType_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaDefaultType/SofaDefaultType_test //Value Computed by CMake SofaDefaultType_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDefaultType/SofaDefaultType_test //Value Computed by CMake SofaDeformable_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaDeformable //Dependencies for the target SofaDeformable_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaDeformable_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDeformable //Value Computed by CMake SofaDeformable_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaDeformable/SofaDeformable_test //Value Computed by CMake SofaDeformable_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDeformable/SofaDeformable_test //Value Computed by CMake SofaDenseSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaDenseSolver //The directory containing a CMake configuration file for SofaDenseSolver. SofaDenseSolver_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaDenseSolver_LIB_DEPENDS:STATIC=general;SofaBaseLinearSolver;general;SofaGeneralLinearSolver;general;newmat; //Value Computed by CMake SofaDenseSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaDenseSolver //The directory containing a CMake configuration file for SofaDistanceGrid. SofaDistanceGrid_DIR:PATH=SofaDistanceGrid_DIR-NOTFOUND //Value Computed by CMake SofaEigen2Solver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaEigen2Solver //Dependencies for the target SofaEigen2Solver_LIB_DEPENDS:STATIC=general;SofaBaseLinearSolver; //Value Computed by CMake SofaEigen2Solver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaEigen2Solver //Value Computed by CMake SofaEngine_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaEngine //Value Computed by CMake SofaEngine_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaEngine/SofaEngine_test //Value Computed by CMake SofaEngine_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaEngine/SofaEngine_test //Value Computed by CMake SofaExplicitOdeSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaExplicitOdeSolver //Dependencies for the target SofaExplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaExplicitOdeSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaExplicitOdeSolver //Value Computed by CMake SofaExplicitOdeSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaExplicitOdeSolver/SofaExplicitOdeSolver_test //Value Computed by CMake SofaExplicitOdeSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaExplicitOdeSolver/SofaExplicitOdeSolver_test //Value Computed by CMake SofaExporter_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaExporter //The directory containing a CMake configuration file for SofaExporter. SofaExporter_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaExporter_LIB_DEPENDS:STATIC=general;SofaSimulationTree;general;ZLIB::ZLIB; //Value Computed by CMake SofaExporter_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaExporter //Value Computed by CMake SofaExporter_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaExporter/SofaExporter_test //Value Computed by CMake SofaExporter_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaExporter/SofaExporter_test //Value Computed by CMake SofaFramework_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework //The directory containing a CMake configuration file for SofaFramework. SofaFramework_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaFramework_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/SofaFramework //Value Computed by CMake SofaGTestMain_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/tools/SofaGTestMain //The directory containing a CMake configuration file for SofaGTestMain. SofaGTestMain_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaGTestMain_LIB_DEPENDS:STATIC=general;SofaHelper;general;SofaSimulationTree;general;SofaSimulationGraph;general;gtest; //Value Computed by CMake SofaGTestMain_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/tools/SofaGTestMain //Value Computed by CMake SofaGeneralAnimationLoop_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralAnimationLoop //Dependencies for the target SofaGeneralAnimationLoop_LIB_DEPENDS:STATIC=general;SofaSimulationCommon;general;SofaBaseLinearSolver; //Value Computed by CMake SofaGeneralAnimationLoop_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralAnimationLoop //Value Computed by CMake SofaGeneralDeformable_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralDeformable //Dependencies for the target SofaGeneralDeformable_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaDeformable; //Value Computed by CMake SofaGeneralDeformable_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralDeformable //Value Computed by CMake SofaGeneralEngine_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralEngine //Dependencies for the target SofaGeneralEngine_LIB_DEPENDS:STATIC=general;SofaMeshCollision;general;SofaGeneralMeshCollision; //Value Computed by CMake SofaGeneralEngine_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralEngine //Value Computed by CMake SofaGeneralEngine_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralEngine/SofaGeneralEngine_test //Value Computed by CMake SofaGeneralEngine_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralEngine/SofaGeneralEngine_test //Value Computed by CMake SofaGeneralExplicitOdeSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralExplicitOdeSolver //Dependencies for the target SofaGeneralExplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaGeneralExplicitOdeSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralExplicitOdeSolver //Value Computed by CMake SofaGeneralExplicitOdeSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralExplicitOdeSolver/SofaGeneralExplicitOdeSolver_test //Value Computed by CMake SofaGeneralExplicitOdeSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralExplicitOdeSolver/SofaGeneralExplicitOdeSolver_test //Value Computed by CMake SofaGeneralImplicitOdeSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralImplicitOdeSolver //Dependencies for the target SofaGeneralImplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaGeneralImplicitOdeSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralImplicitOdeSolver //Value Computed by CMake SofaGeneralImplicitOdeSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralImplicitOdeSolver/SofaGeneralImplicitOdeSolver_test //Value Computed by CMake SofaGeneralImplicitOdeSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralImplicitOdeSolver/SofaGeneralImplicitOdeSolver_test //Value Computed by CMake SofaGeneralLinearSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralLinearSolver //Dependencies for the target SofaGeneralLinearSolver_LIB_DEPENDS:STATIC=general;SofaSimulationCommon;general;SofaBaseLinearSolver; //Value Computed by CMake SofaGeneralLinearSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralLinearSolver //Value Computed by CMake SofaGeneralLoader_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralLoader //Dependencies for the target SofaGeneralLoader_LIB_DEPENDS:STATIC=general;SofaCore;general;SofaSimulationTree;general;SofaHelper;general;ZLIB::ZLIB; //Value Computed by CMake SofaGeneralLoader_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralLoader //Value Computed by CMake SofaGeneralLoader_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralLoader/SofaGeneralLoader_test //Value Computed by CMake SofaGeneralLoader_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralLoader/SofaGeneralLoader_test //Value Computed by CMake SofaGeneralMeshCollision_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralMeshCollision //Value Computed by CMake SofaGeneralObjectInteraction_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralObjectInteraction //Dependencies for the target SofaGeneralObjectInteraction_LIB_DEPENDS:STATIC=general;SofaDeformable; //Value Computed by CMake SofaGeneralObjectInteraction_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralObjectInteraction //Value Computed by CMake SofaGeneralRigid_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralRigid //Dependencies for the target SofaGeneralRigid_LIB_DEPENDS:STATIC=general;SofaBaseMechanics; //Value Computed by CMake SofaGeneralRigid_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralRigid //Value Computed by CMake SofaGeneralSimpleFem_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralSimpleFem //Dependencies for the target SofaGeneralSimpleFem_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaSimpleFem; //Value Computed by CMake SofaGeneralSimpleFem_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralSimpleFem //Value Computed by CMake SofaGeneralSimpleFem_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralSimpleFem/SofaGeneralSimpleFem_test //Value Computed by CMake SofaGeneralSimpleFem_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralSimpleFem/SofaGeneralSimpleFem_test //Value Computed by CMake SofaGeneralTopology_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralTopology //Dependencies for the target SofaGeneralTopology_LIB_DEPENDS:STATIC=general;SofaSimulationCommon;general;SofaBaseTopology; //Value Computed by CMake SofaGeneralTopology_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralTopology //Value Computed by CMake SofaGeneralTopology_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralTopology/SofaGeneralTopology_test //Value Computed by CMake SofaGeneralTopology_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralTopology/SofaGeneralTopology_test //Value Computed by CMake SofaGeneralVisual_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralVisual //Dependencies for the target SofaGeneralVisual_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaBaseVisual; //Value Computed by CMake SofaGeneralVisual_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralVisual //Value Computed by CMake SofaGeneral_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral //The directory containing a CMake configuration file for SofaGeneral. SofaGeneral_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaGeneral_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;SofaGraphComponent;general;SofaTopologyMapping;general;SofaUserInteraction; //Value Computed by CMake SofaGeneral_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaGeneral //Value Computed by CMake SofaGraphComponent_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGraphComponent //Dependencies for the target SofaGraphComponent_LIB_DEPENDS:STATIC=general;SofaHelper;general;SofaSimulationCore;general;SofaSimulationTree;general;SofaBaseUtils; //Value Computed by CMake SofaGraphComponent_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGraphComponent //Value Computed by CMake SofaGraphComponent_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGraphComponent/SofaGraphComponent_test //Value Computed by CMake SofaGraphComponent_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGraphComponent/SofaGraphComponent_test //Value Computed by CMake SofaGuiCommon_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGui/SofaGuiCommon //Dependencies for the target SofaGuiCommon_LIB_DEPENDS:STATIC=general;SofaBase;general;SofaCommon;general;SofaGeneral;general;SofaMisc; //Value Computed by CMake SofaGuiCommon_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/sofa/gui/SofaGuiCommon //Value Computed by CMake SofaGuiMain_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGui/SofaGuiMain //Dependencies for the target SofaGuiMain_LIB_DEPENDS:STATIC=general;SofaGuiCommon;general;SofaGuiQt; //Value Computed by CMake SofaGuiMain_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/sofa/gui/SofaGuiMain //Value Computed by CMake SofaGuiQt_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGui/SofaGuiQt //Dependencies for the target SofaGuiQt_LIB_DEPENDS:STATIC=general;SofaGuiCommon;general;SofaBaseVisual;general;SofaLoader;general;SofaMiscForceField;general;Qt5::Core;general;Qt5::Gui;general;Qt5::OpenGL;general;Qt5::Charts;general;Qt5::WebEngine;general;Qt5::WebEngineWidgets;general;QGLViewer; //Value Computed by CMake SofaGuiQt_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/sofa/gui/qt //Value Computed by CMake SofaGui_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGui //The directory containing a CMake configuration file for SofaGui. SofaGui_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaGui_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaGui //Value Computed by CMake SofaHaptics_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaHaptics //Dependencies for the target SofaHaptics_LIB_DEPENDS:STATIC=general;SofaConstraint; //Value Computed by CMake SofaHaptics_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaHaptics //Value Computed by CMake SofaHelper_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaHelper //Dependencies for the target SofaHelper_LIB_DEPENDS:STATIC=general;Shlwapi;general;GLEW::GLEW;general;Boost::system;general;Boost::filesystem;general;Boost::program_options;general;Boost::thread;general;gtest; //Value Computed by CMake SofaHelper_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaHelper //Value Computed by CMake SofaHelper_simutest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaHelper/SofaHelper_simutest //Value Computed by CMake SofaHelper_simutest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaHelper/SofaHelper_simutest //Value Computed by CMake SofaHelper_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaHelper/SofaHelper_test //Value Computed by CMake SofaHelper_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaHelper/SofaHelper_test //Value Computed by CMake SofaImplicitOdeSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaImplicitOdeSolver //Dependencies for the target SofaImplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaImplicitOdeSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaImplicitOdeSolver //Value Computed by CMake SofaImplicitOdeSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaImplicitOdeSolver/SofaImplicitOdeSolver_test //Value Computed by CMake SofaImplicitOdeSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaImplicitOdeSolver/SofaImplicitOdeSolver_test //Value Computed by CMake SofaLoader_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaLoader //Dependencies for the target SofaLoader_LIB_DEPENDS:STATIC=general;SofaSimulationTree;general;SofaHelper;general;tinyxml; //Value Computed by CMake SofaLoader_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaLoader //Value Computed by CMake SofaLoader_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaLoader/SofaLoader_test //Value Computed by CMake SofaLoader_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaLoader/SofaLoader_test //Value Computed by CMake SofaMeshCollision_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaMeshCollision //Value Computed by CMake SofaMeshCollision_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaMeshCollision/SofaMeshCollision_test //Value Computed by CMake SofaMeshCollision_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaMeshCollision/SofaMeshCollision_test //Value Computed by CMake SofaMiscCollision_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SofaMiscCollision //Dependencies for the target SofaMiscCollision_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaGeneralMeshCollision;general;SofaGeneralDeformable;general;SofaConstraint;general;SofaExplicitOdeSolver;general;SofaGeneralExplicitOdeSolver;general;SofaImplicitOdeSolver;general;SofaBaseCollision;general;SofaEigen2Solver; //Value Computed by CMake SofaMiscCollision_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SofaMiscCollision //Value Computed by CMake SofaMiscEngine_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscEngine //Dependencies for the target SofaMiscEngine_LIB_DEPENDS:STATIC=general;SofaNonUniformFem; //Value Computed by CMake SofaMiscEngine_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscEngine //Value Computed by CMake SofaMiscExtra_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscExtra //Dependencies for the target SofaMiscExtra_LIB_DEPENDS:STATIC=general;SofaGeneralMeshCollision;general;SofaMiscTopology;general;SofaTopologyMapping; //Value Computed by CMake SofaMiscExtra_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscExtra //Value Computed by CMake SofaMiscExtra_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscExtra/SofaMiscExtra_test //Value Computed by CMake SofaMiscExtra_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscExtra/SofaMiscExtra_test //Value Computed by CMake SofaMiscFem_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscFem //Dependencies for the target SofaMiscFem_LIB_DEPENDS:STATIC=general;SofaSimpleFem;general;newmat; //Value Computed by CMake SofaMiscFem_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscFem //Value Computed by CMake SofaMiscFem_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscFem/SofaMiscFem_test //Value Computed by CMake SofaMiscFem_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscFem/SofaMiscFem_test //Value Computed by CMake SofaMiscForceField_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscForceField //Dependencies for the target SofaMiscForceField_LIB_DEPENDS:STATIC=general;SofaHelper;general;SofaDeformable;general;SofaBoundaryCondition;general;SofaMiscTopology;general;SofaGeneralTopology; //Value Computed by CMake SofaMiscForceField_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscForceField //Value Computed by CMake SofaMiscForceField_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscForceField/SofaMiscForceField_test //Value Computed by CMake SofaMiscForceField_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscForceField/SofaMiscForceField_test //Value Computed by CMake SofaMiscMapping_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscMapping //Dependencies for the target SofaMiscMapping_LIB_DEPENDS:STATIC=general;SofaSimpleFem;general;SofaRigid; //Value Computed by CMake SofaMiscMapping_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscMapping //Value Computed by CMake SofaMiscMapping_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscMapping/SofaMiscMapping_test //Value Computed by CMake SofaMiscMapping_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscMapping/SofaMiscMapping_test //Value Computed by CMake SofaMiscSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscSolver //Dependencies for the target SofaMiscSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaMiscSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscSolver //Value Computed by CMake SofaMiscSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscSolver/SofaMiscSolver_test //Value Computed by CMake SofaMiscSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscSolver/SofaMiscSolver_test //Value Computed by CMake SofaMiscTopology_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscTopology //Dependencies for the target SofaMiscTopology_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;ZLIB::ZLIB; //Value Computed by CMake SofaMiscTopology_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscTopology //Value Computed by CMake SofaMiscTopology_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscTopology/SofaMiscTopology_test //Value Computed by CMake SofaMiscTopology_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscTopology/SofaMiscTopology_test //Value Computed by CMake SofaMisc_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc //The directory containing a CMake configuration file for SofaMisc. SofaMisc_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaMisc_LIB_DEPENDS:STATIC=general;SofaMiscExtra;general;SofaMiscEngine;general;SofaMiscFem;general;SofaMiscForceField;general;SofaMiscMapping;general;SofaMiscSolver;general;SofaMiscTopology; //Value Computed by CMake SofaMisc_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaMisc //Value Computed by CMake SofaNonUniformFem_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaNonUniformFem //The directory containing a CMake configuration file for SofaNonUniformFem. SofaNonUniformFem_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaNonUniformFem //Value Computed by CMake SofaObjectInteraction_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaObjectInteraction //Dependencies for the target SofaObjectInteraction_LIB_DEPENDS:STATIC=general;SofaDeformable; //Value Computed by CMake SofaObjectInteraction_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaObjectInteraction //Value Computed by CMake SofaOpenglVisual_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaOpenglVisual //The directory containing a CMake configuration file for SofaOpenglVisual. SofaOpenglVisual_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaOpenglVisual_LIB_DEPENDS:STATIC=general;SofaBaseVisual;general;SofaSimulationCommon; //Value Computed by CMake SofaOpenglVisual_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaOpenglVisual //Value Computed by CMake SofaOpenglVisual_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaOpenglVisual/SofaOpenglVisual_test //Value Computed by CMake SofaOpenglVisual_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaOpenglVisual/SofaOpenglVisual_test //Value Computed by CMake SofaPreconditioner_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaPreconditioner //Dependencies for the target SofaPreconditioner_LIB_DEPENDS:STATIC=general;SofaImplicitOdeSolver;general;SofaGeneralLinearSolver;general;SofaSimpleFem;general;SofaSparseSolver; //Value Computed by CMake SofaPreconditioner_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaRigid //Dependencies for the target SofaRigid_LIB_DEPENDS:STATIC=general;SofaBaseMechanics; //Value Computed by CMake SofaRigid_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaRigid //Value Computed by CMake SofaRigid_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaRigid/SofaRigid_test //Value Computed by CMake SofaRigid_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaRigid/SofaRigid_test //Value Computed by CMake SofaSimpleFem_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaSimpleFem //Dependencies for the target SofaSimpleFem_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaSimpleFem_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimpleFem //Value Computed by CMake SofaSimpleFem_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaSimpleFem/SofaSimpleFem_test //Value Computed by CMake SofaSimpleFem_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimpleFem/SofaSimpleFem_test //Value Computed by CMake SofaSimulationCommon_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationCommon //Dependencies for the target SofaSimulationCommon_LIB_DEPENDS:STATIC=general;SofaCore;general;SofaSimulationCore;general;tinyxml; //Value Computed by CMake SofaSimulationCommon_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationCommon //Value Computed by CMake SofaSimulationCore_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaSimulationCore //Dependencies for the target SofaSimulationCore_LIB_DEPENDS:STATIC=general;SofaCore; //Value Computed by CMake SofaSimulationCore_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationCore //Value Computed by CMake SofaSimulationCore_simutest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaSimulationCore/SofaSimulationCore_simutest //Value Computed by CMake SofaSimulationCore_simutest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationCore/SofaSimulationCore_simutest //Value Computed by CMake SofaSimulationCore_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaSimulationCore/SofaSimulationCore_test //Value Computed by CMake SofaSimulationCore_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationCore/SofaSimulationCore_test //Value Computed by CMake SofaSimulationGraph_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationGraph //Dependencies for the target SofaSimulationGraph_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaSimulationGraph_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationGraph //Value Computed by CMake SofaSimulationGraph_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationGraph/SofaSimulationGraph_test //Value Computed by CMake SofaSimulationGraph_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationGraph/SofaSimulationGraph_test //Value Computed by CMake SofaSimulationTree_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationTree //Dependencies for the target SofaSimulationTree_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaSimulationTree_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationTree //Value Computed by CMake SofaSimulationTree_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationTree/SofaSimulationTree_test //Value Computed by CMake SofaSimulationTree_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationTree/SofaSimulationTree_test //Value Computed by CMake SofaSimulation_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation //The directory containing a CMake configuration file for SofaSimulation. SofaSimulation_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaSimulation_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/SofaSimulation //Value Computed by CMake SofaSparseSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaSparseSolver //The directory containing a CMake configuration file for SofaSparseSolver. SofaSparseSolver_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaSparseSolver_LIB_DEPENDS:STATIC=general;SofaBaseLinearSolver;general;SofaGeneralLinearSolver;general;SofaImplicitOdeSolver;general;SofaSimpleFem;general;metis;general;csparse; //Value Computed by CMake SofaSparseSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaSparseSolver //The directory containing a CMake configuration file for SofaSphFluid. SofaSphFluid_DIR:PATH=SofaSphFluid_DIR-NOTFOUND //Value Computed by CMake SofaTest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SofaTest //The directory containing a CMake configuration file for SofaTest. SofaTest_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaTest_LIB_DEPENDS:STATIC=general;SceneCreator;general;SofaBase;general;SofaCommon;general;SofaGeneral;general;SofaMisc; //Value Computed by CMake SofaTest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SofaTest //Value Computed by CMake SofaTopologyMapping_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaTopologyMapping //Dependencies for the target SofaTopologyMapping_LIB_DEPENDS:STATIC=general;SofaGeneralTopology; //Value Computed by CMake SofaTopologyMapping_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaTopologyMapping //Value Computed by CMake SofaUserInteraction_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaUserInteraction //Value Computed by CMake SofaValidation_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaValidation //The directory containing a CMake configuration file for SofaValidation. SofaValidation_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaValidation_LIB_DEPENDS:STATIC=general;SofaBaseCollision;general;SofaLoader;general;SofaMeshCollision;general;SofaGeneralLoader; //Value Computed by CMake SofaValidation_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaValidation //Value Computed by CMake SofaValidation_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaValidation/SofaValidation_test //Value Computed by CMake SofaValidation_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaValidation/SofaValidation_test //Value Computed by CMake Sofa_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build //Value Computed by CMake Sofa_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src //Path to a file. TIFF_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a library. TIFF_LIBRARY_DEBUG:FILEPATH=TIFF_LIBRARY_DEBUG-NOTFOUND //Path to a library. TIFF_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libtiff.lib //Value Computed by CMake TestPlugin_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaHelper/SofaHelper_test/system/TestPlugin //Dependencies for the target TestPlugin_LIB_DEPENDS:STATIC=general;SofaCore;general;SofaDefaultType; //Value Computed by CMake TestPlugin_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaHelper/SofaHelper_test/system/TestPlugin //The directory containing a CMake configuration file for TinyXML. TinyXML_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Path to a program. WINDEPLOYQT_EXECUTABLE:FILEPATH=C:/Qt/5.14.2/msvc2017_64/bin/windeployqt.exe //Path to a file. WINDOWS_KITS_DIR:PATH=C:/Program Files (x86)/Windows Kits/10 //Path to a file. ZLIB_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlibd.lib //Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlib.lib //Value Computed by CMake csparse_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaSparseSolver/extlibs/csparse //Value Computed by CMake csparse_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaSparseSolver/extlibs/csparse //Value Computed by CMake gtest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/extlibs/gtest //Value Computed by CMake gtest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/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 //Value Computed by CMake metis_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaSparseSolver/extlibs/metis-5.1.0 //The directory containing a CMake configuration file for metis. metis_DIR:PATH=metis_DIR-NOTFOUND //Value Computed by CMake metis_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaSparseSolver/extlibs/metis-5.1.0 //Value Computed by CMake newmat_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/extlibs/newmat //Value Computed by CMake newmat_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/newmat //Value Computed by CMake runSofa_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/projects/runSofa //Value Computed by CMake runSofa_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/projects/runSofa //Value Computed by CMake runSofa_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/projects/runSofa/runSofa_test //Value Computed by CMake runSofa_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/projects/runSofa/runSofa_test //Value Computed by CMake sceneCreatorExamples_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SceneCreator/sceneCreatorExamples //Value Computed by CMake sceneCreatorExamples_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SceneCreator/sceneCreatorExamples //Value Computed by CMake tinyxml_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/extlibs/tinyxml //Value Computed by CMake tinyxml_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/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_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_PROGRAM_OPTIONS_LIBRARY_DEBUG Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE Boost_PROGRAM_OPTIONS_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 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/uos/Documents/Visual Studio 2017/sofa/build //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=16 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=8 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cmake.exe //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cpack.exe //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/ctest.exe //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_CXX_STANDARD_LIBRARIES CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //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 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Visual Studio 15 2017 //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files (x86)/Microsoft Visual Studio/2017/Community //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL=x64 //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/uos/Documents/Visual Studio 2017/sofa/src //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-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_MT CMAKE_MT-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=135 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_COMPILER CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 CMAKE_RC_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=C:/Program Files (x86)/CMake/share/cmake-3.16 //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_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_7Z CPACK_BINARY_7Z-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_NUGET CPACK_BINARY_NUGET-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_WIX CPACK_BINARY_WIX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_ZIP CPACK_BINARY_ZIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_BINARYCREATOR_EXECUTABLE CPACK_IFW_BINARYCREATOR_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_DEVTOOL_EXECUTABLE CPACK_IFW_DEVTOOL_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_FRAMEWORK_VERSION_FORCED CPACK_IFW_FRAMEWORK_VERSION_FORCED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_FRAMEWORK_VERSION_TIMEOUT CPACK_IFW_FRAMEWORK_VERSION_TIMEOUT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_INSTALLERBASE_EXECUTABLE CPACK_IFW_INSTALLERBASE_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_REPOGEN_EXECUTABLE CPACK_IFW_REPOGEN_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_7Z CPACK_SOURCE_7Z-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_ZIP CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: EIGEN3_INCLUDE_DIR EIGEN3_INCLUDE_DIR-ADVANCED:INTERNAL=1 //Details about finding Boost FIND_PACKAGE_MESSAGE_DETAILS_Boost:INTERNAL=[C:/local/boost_1_73_0][cfound components: system filesystem program_options thread chrono date_time atomic ][v1.73.0()] //Details about finding Eigen3 FIND_PACKAGE_MESSAGE_DETAILS_Eigen3:INTERNAL=[C:/Users/uos/Documents/Visual Studio 2017/sofa/extlibs/eigen-3.3.7][TRUE][v(2.91.0)] //Details about finding GLEW FIND_PACKAGE_MESSAGE_DETAILS_GLEW:INTERNAL=[C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include][C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/glew32.lib][v2.1.0()] //Details about finding Json FIND_PACKAGE_MESSAGE_DETAILS_Json:INTERNAL=[C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/json][TRUE][v(3.1.2)] //Details about finding OpenGL FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[opengl32][c ][v()] //Details about finding PythonInterp FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[C:/Users/uos/AppData/Local/Programs/Python/Python38-32/python.exe][v3.8()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Details about finding ZLIB FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[optimized;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlib.lib;debug;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlibd.lib][C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include][v1.2.8()] //ADVANCED property for variable: GLEW_INCLUDE_DIR GLEW_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLEW_SHARED_LIBRARY_DEBUG GLEW_SHARED_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLEW_SHARED_LIBRARY_RELEASE GLEW_SHARED_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLEW_STATIC_LIBRARY_DEBUG GLEW_STATIC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLEW_STATIC_LIBRARY_RELEASE GLEW_STATIC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //Have include execinfo.h HAVE_EXECINFO_H:INTERNAL= //Have function getline HAVE_GETLINE:INTERNAL= //ADVANCED property for variable: JPEG_INCLUDE_DIR JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: JPEG_LIBRARY_DEBUG JPEG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: JPEG_LIBRARY_RELEASE JPEG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: JSON_INCLUDE_DIR JSON_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: METIS-GKLIB_ASSERT METIS-GKLIB_ASSERT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: METIS-GKLIB_ASSERT2 METIS-GKLIB_ASSERT2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: METIS-GKLIB_DEBUG METIS-GKLIB_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: METIS-GKLIB_GDB METIS-GKLIB_GDB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: METIS-GKLIB_GKRAND METIS-GKLIB_GKRAND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: METIS-GKLIB_GKREGEX METIS-GKLIB_GKREGEX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: METIS-GKLIB_GPROF METIS-GKLIB_GPROF-ADVANCED:INTERNAL=1 //ADVANCED property for variable: METIS-GKLIB_OPENMP METIS-GKLIB_OPENMP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: METIS-GKLIB_PCRE METIS-GKLIB_PCRE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MSVC_REDIST_DIR MSVC_REDIST_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: 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: TIFF_INCLUDE_DIR TIFF_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TIFF_LIBRARY_DEBUG TIFF_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TIFF_LIBRARY_RELEASE TIFF_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: WINDEPLOYQT_EXECUTABLE WINDEPLOYQT_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: WINDOWS_KITS_DIR WINDOWS_KITS_DIR-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;program_options;system;thread //Last used Boost_INCLUDE_DIR value. _Boost_INCLUDE_DIR_LAST:INTERNAL=C:/local/boost_1_73_0 //Last used Boost_LIBRARY_DIR_DEBUG value. _Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=C:/local/boost_1_73_0/lib64-msvc-14.1 //Last used Boost_LIBRARY_DIR_RELEASE value. _Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=C:/local/boost_1_73_0/lib64-msvc-14.1 //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
and the one for the v19.02:
# This is the CMakeCache file. # For build in directory: c:/Users/uos/Documents/Visual Studio 2017/sofa/build # It was generated by CMake: C:/Program Files (x86)/CMake/bin/cmake.exe # 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 getDeprecatedComponents application. APPLICATION_GETDEPRECATEDCOMPONENTS:BOOL=OFF //Build the meshconv application. APPLICATION_MESHCONV:BOOL=OFF //Build the Modeler application. APPLICATION_MODELER:BOOL=OFF //Build the runSofa application. APPLICATION_RUNSOFA:BOOL=ON //Build the SofaGuiGlut application. APPLICATION_SOFAGUIGLUT:BOOL=OFF //Build the SofaPhysicsAPI application. APPLICATION_SOFAPHYSICSAPI:BOOL=OFF //Boost atomic library (debug) Boost_ATOMIC_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_atomic-vc141-mt-gd-x64-1_73.lib //Boost atomic library (release) Boost_ATOMIC_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_atomic-vc141-mt-x64-1_73.lib //Boost chrono library (debug) Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_chrono-vc141-mt-gd-x64-1_73.lib //Boost chrono library (release) Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_chrono-vc141-mt-x64-1_73.lib //Boost date_time library (debug) Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_date_time-vc141-mt-gd-x64-1_73.lib //Boost date_time library (release) Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_date_time-vc141-mt-x64-1_73.lib //Boost filesystem library (debug) Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_filesystem-vc141-mt-gd-x64-1_73.lib //Boost filesystem library (release) Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_filesystem-vc141-mt-x64-1_73.lib //Path to a file. Boost_INCLUDE_DIR:PATH=C:/local/boost_1_73_0 //Boost library directory DEBUG Boost_LIBRARY_DIR_DEBUG:PATH=C:/local/boost_1_73_0/lib64-msvc-14.1 //Boost library directory RELEASE Boost_LIBRARY_DIR_RELEASE:PATH=C:/local/boost_1_73_0/lib64-msvc-14.1 //Boost program_options library (debug) Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_program_options-vc141-mt-gd-x64-1_73.lib //Boost program_options library (release) Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_program_options-vc141-mt-x64-1_73.lib //Boost system library (debug) Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_system-vc141-mt-gd-x64-1_73.lib //Boost system library (release) Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_system-vc141-mt-x64-1_73.lib //Boost thread library (debug) Boost_THREAD_LIBRARY_DEBUG:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_thread-vc141-mt-gd-x64-1_73.lib //Boost thread library (release) Boost_THREAD_LIBRARY_RELEASE:FILEPATH=C:/local/boost_1_73_0/lib64-msvc-14.1/boost_thread-vc141-mt-x64-1_73.lib //Value Computed by CMake CImgPlugin_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/CImgPlugin //The directory containing a CMake configuration file for CImgPlugin. CImgPlugin_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target CImgPlugin_LIB_DEPENDS:STATIC=general;SofaCore;general;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libtiff.lib;general;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libjpeg.lib;optimized;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlib.lib;debug;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlibd.lib;optimized;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libpng16.lib;debug;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libpng16d.lib;optimized;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlib.lib;debug;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlibd.lib; //Value Computed by CMake CImgPlugin_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/CImgPlugin //Value Computed by CMake CImgPlugin_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/CImgPlugin/CImgPlugin_test //Value Computed by CMake CImgPlugin_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/CImgPlugin/CImgPlugin_test //Value Computed by CMake CImg_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/CImgPlugin/extlibs/CImg //The directory containing a CMake configuration file for CImg. CImg_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake CImg_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/CImgPlugin/extlibs/CImg //Semicolon separated list of supported configuration types, only // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything // else will be ignored. CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release //Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 /GR /EHsc //Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 //Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG //Flags used by the CXX compiler during RELEASE builds. CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG //Libraries linked by default with all C++ applications. CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 //Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG //Flags used by the C compiler during RELEASE builds. CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG //Libraries linked by default with all C applications. CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during RELEASE builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/install //Path to a program. CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/link.exe //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Path to a program. CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/mt.exe CMAKE_PREFIX_PATH:PATH=C:/Qt/5.14.2/msvc2017_64 //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=Sofa //Value Computed by CMake CMAKE_PROJECT_VERSION:STATIC=2.6.2 //Value Computed by CMake CMAKE_PROJECT_VERSION_MAJOR:STATIC=2 //Value Computed by CMake CMAKE_PROJECT_VERSION_MINOR:STATIC=6 //Value Computed by CMake CMAKE_PROJECT_VERSION_PATCH:STATIC=2 //Value Computed by CMake CMAKE_PROJECT_VERSION_TWEAK:STATIC= //RC compiler CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.17763.0/x64/rc.exe //Flags for Windows Resource Compiler during all build types. CMAKE_RC_FLAGS:STRING=-DWIN32 //Flags for Windows Resource Compiler during DEBUG builds. CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG //Flags for Windows Resource Compiler during MINSIZEREL builds. CMAKE_RC_FLAGS_MINSIZEREL:STRING= //Flags for Windows Resource Compiler during RELEASE builds. CMAKE_RC_FLAGS_RELEASE:STRING= //Flags for Windows Resource Compiler during RELWITHDEBINFO builds. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=OFF //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64 //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //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=OFF //Send warning when deprecated projects are found CMAKE_WARN_DEPRECATED:BOOL=ON //Build the SofaComponentAdvanced collection. COLLECTION_SOFACOMPONENTADVANCED:BOOL=ON //Build the SofaComponentAll collection. COLLECTION_SOFACOMPONENTALL:BOOL=ON //Build the SofaComponentBase collection. COLLECTION_SOFACOMPONENTBASE:BOOL=ON //Build the SofaComponentCommon collection. COLLECTION_SOFACOMPONENTCOMMON:BOOL=ON //Build the SofaComponentGeneral collection. COLLECTION_SOFACOMPONENTGENERAL:BOOL=ON //Build the SofaComponentMisc collection. COLLECTION_SOFACOMPONENTMISC:BOOL=ON //Enable to build 7-Zip packages CPACK_BINARY_7Z:BOOL=OFF //Enable to build IFW packages CPACK_BINARY_IFW:BOOL=OFF //Enable to build NSIS packages CPACK_BINARY_NSIS:BOOL=ON //Enable to build NuGet packages CPACK_BINARY_NUGET:BOOL=OFF //Enable to build WiX packages CPACK_BINARY_WIX:BOOL=OFF //Enable to build ZIP packages CPACK_BINARY_ZIP:BOOL=OFF //QtIFW binarycreator command line client CPACK_IFW_BINARYCREATOR_EXECUTABLE:FILEPATH=CPACK_IFW_BINARYCREATOR_EXECUTABLE-NOTFOUND //QtIFW devtool command line client CPACK_IFW_DEVTOOL_EXECUTABLE:FILEPATH=CPACK_IFW_DEVTOOL_EXECUTABLE-NOTFOUND //The forced version of used QtIFW tools CPACK_IFW_FRAMEWORK_VERSION_FORCED:STRING= //The timeout to return QtIFW framework version string from "installerbase" // executable CPACK_IFW_FRAMEWORK_VERSION_TIMEOUT:STRING=1 //QtIFW installer executable base CPACK_IFW_INSTALLERBASE_EXECUTABLE:FILEPATH=CPACK_IFW_INSTALLERBASE_EXECUTABLE-NOTFOUND //QtIFW repogen command line client CPACK_IFW_REPOGEN_EXECUTABLE:FILEPATH=CPACK_IFW_REPOGEN_EXECUTABLE-NOTFOUND //Enable to build 7-Zip source packages CPACK_SOURCE_7Z:BOOL=ON //Enable to build ZIP source packages CPACK_SOURCE_ZIP:BOOL=ON //The directory containing a CMake configuration file for CSparse. CSparse_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Path to a file. EIGEN3_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/eigen //Eigen directory (containing Eigen/src/...) EIGEN3_ROOT:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/eigen //Path to a program. FFMPEG_EXEC:FILEPATH=FFMPEG_EXEC-NOTFOUND //The directory containing a CMake configuration file for GLEW. GLEW_DIR:PATH=GLEW_DIR-NOTFOUND //Path to a file. GLEW_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a library. GLEW_SHARED_LIBRARY_DEBUG:FILEPATH=GLEW_SHARED_LIBRARY_DEBUG-NOTFOUND //Path to a library. GLEW_SHARED_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/glew32.lib //Path to a library. GLEW_STATIC_LIBRARY_DEBUG:FILEPATH=GLEW_STATIC_LIBRARY_DEBUG-NOTFOUND //Path to a library. GLEW_STATIC_LIBRARY_RELEASE:FILEPATH=GLEW_STATIC_LIBRARY_RELEASE-NOTFOUND //The directory containing a CMake configuration file for GTest. GTest_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Path to a file. JPEG_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a library. JPEG_LIBRARY_DEBUG:FILEPATH=JPEG_LIBRARY_DEBUG-NOTFOUND //Path to a library. JPEG_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libjpeg.lib //Path to a file. JSON_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/json //Nlohmann JSON directory JSON_ROOT:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/json //Build the SofaExporter module. MODULE_SOFAEXPORTER:BOOL=ON //Build the SofaHaptics module. MODULE_SOFAHAPTICS:BOOL=ON //Build the SofaOpenglVisual module. MODULE_SOFAOPENGLVISUAL:BOOL=ON //Build the SofaPreconditioner module. MODULE_SOFAPRECONDITIONER:BOOL=ON //Build the SofaSparseSolver module. MODULE_SOFASPARSESOLVER:BOOL=ON //Path to a file. MSVC_REDIST_DIR:PATH=C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Redist/MSVC/14.16.27012 //The directory containing a CMake configuration file for Metis. Metis_DIR:PATH=Metis_DIR-NOTFOUND //The directory containing a CMake configuration file for Newmat. Newmat_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //OpenGL library for win32 OPENGL_gl_LIBRARY:STRING=opengl32 //GLU library for win32 OPENGL_glu_LIBRARY:STRING=glu32 //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 CImgPlugin plugin. PLUGIN_CIMGPLUGIN:BOOL=ON //Build the ColladaSceneLoader plugin. PLUGIN_COLLADASCENELOADER:BOOL=OFF //Build the Compliant plugin. PLUGIN_COMPLIANT:BOOL=OFF //Build the DiffusionSolver plugin. PLUGIN_DIFFUSIONSOLVER: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 PSL plugin. PLUGIN_PSL: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 SofaAssimp plugin. PLUGIN_SOFAASSIMP:BOOL=OFF //Build the SofaCarving plugin. PLUGIN_SOFACARVING:BOOL=OFF //Build the SofaCUDA plugin. PLUGIN_SOFACUDA:BOOL=OFF //Build the SofaDistanceGrid plugin. PLUGIN_SOFADISTANCEGRID:BOOL=OFF //Build the SofaEulerianFluid plugin. PLUGIN_SOFAEULERIANFLUID:BOOL=OFF //Build the SofaHAPI plugin. PLUGIN_SOFAHAPI:BOOL=OFF //Build the SofaImplicitField plugin. PLUGIN_SOFAIMPLICITFIELD:BOOL=OFF //Build the SofaMiscCollision plugin. PLUGIN_SOFAMISCCOLLISION:BOOL=ON //Build the SofaOpenCL plugin. PLUGIN_SOFAOPENCL:BOOL=OFF //Build the SofaPython plugin. PLUGIN_SOFAPYTHON:BOOL=OFF //Build the SofaSimpleGUI plugin. PLUGIN_SOFASIMPLEGUI:BOOL=OFF //Build the SofaSphFluid plugin. PLUGIN_SOFASPHFLUID:BOOL=OFF //Build the SofaVolumetricData plugin. PLUGIN_SOFAVOLUMETRICDATA: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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libpng16d.lib //Path to a library. PNG_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libpng16.lib //Path to a file. PNG_PNG_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a program. PYTHON_EXECUTABLE:FILEPATH=C:/Users/uos/AppData/Local/Programs/Python/Python38-32/python.exe //Value Computed by CMake QGLViewer_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/extlibs/QGLViewer //The directory containing a CMake configuration file for QGLViewer. QGLViewer_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target QGLViewer_LIB_DEPENDS:STATIC=general;Qt5::Core;general;Qt5::Gui;general;Qt5::Xml;general;Qt5::OpenGL;general;Qt5::Widgets; //Value Computed by CMake QGLViewer_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/extlibs/libQGLViewer-2.7.1/QGLViewer //The directory containing a CMake configuration file for Qt5Charts. Qt5Charts_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Charts //The directory containing a CMake configuration file for Qt5Core. Qt5Core_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Core //The directory containing a CMake configuration file for Qt5Gui. Qt5Gui_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Gui //The directory containing a CMake configuration file for Qt5OpenGL. Qt5OpenGL_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5OpenGL //The directory containing a CMake configuration file for Qt5Widgets. Qt5Widgets_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Widgets //The directory containing a CMake configuration file for Qt5Xml. Qt5Xml_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5Xml //The directory containing a CMake configuration file for Qt5. Qt5_DIR:PATH=C:/Qt/5.14.2/msvc2017_64/lib/cmake/Qt5 //Compile the automatic tests SOFAEXPORTER_BUILD_TESTS:BOOL=ON //Build the Node graph representation. NodeEditor library is needed. SOFAGUIQT_ENABLE_NODEGRAPH:BOOL=OFF //Compile the tests that need a GUI (like headlessRecorder_test). SOFAGUI_BUILD_TESTS:BOOL=ON //Enable Qt to use the operating system's native menu for the Qt // GUI SOFAGUI_ENABLE_NATIVE_MENU:BOOL=ON //Enable QWT for Qt GUIs SOFAGUI_ENABLE_QWT:BOOL=OFF //Enable vertical refresh sync SOFAGUI_ENABLE_VSYNC:BOOL=OFF //Compile the headless recorder (Linux only) SOFAGUI_HEADLESS_RECORDER: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 //Compile the automatic tests SOFAOPENGLVISUAL_BUILD_TESTS:BOOL=ON //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 //Run package specific configure SOFA_BUILD_RELEASE_PACKAGE: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=ON //Directory containing Windows Dependency Pack SOFA_DEPENDENCY_PACK_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src //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=OFF //list of paths separated by ';' SOFA_EXTERNAL_DIRECTORIES:STRING= //Fetch/update eigen3 repository. SOFA_FETCH_EIGEN3:BOOL=OFF //Fetch/update Regression repository. SOFA_FETCH_REGRESSION:BOOL=OFF //Fetch/update SofaHighOrder repository. SOFA_FETCH_SOFAHIGHORDER:BOOL=OFF //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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel //Activate the Ninja build pools feature, to limit the cores used // by specific targets SOFA_NINJA_BUILD_POOLS:BOOL=OFF //Compile Sofa with no OpenGL support. (This will define the SOFA_NO_OPENGL // macro.) 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=OFF //Compile using ccache optimization SOFA_USE_CCACHE:BOOL=OFF //Use mask optimization SOFA_USE_MASK:BOOL=OFF //Enable the use of SSE2 instructions by the compiler (Only available // for MSVC). SOFA_VECTORIZE:BOOL=OFF //Compile SOFA with all deprecated components SOFA_WITH_DEPRECATED_COMPONENTS:BOOL=ON //Compile with developement extra features. SOFA_WITH_DEVTOOLS:BOOL=ON //Compile sofa with thread-safetiness support (PARTIAL/EXPERIMENTAL) SOFA_WITH_THREADING:BOOL=ON //Value Computed by CMake SceneCreator_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SceneCreator //The directory containing a CMake configuration file for SceneCreator. SceneCreator_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SceneCreator_LIB_DEPENDS:STATIC=general;SofaSimulationGraph; //Value Computed by CMake SceneCreator_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SceneCreator //Value Computed by CMake SceneCreator_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SceneCreator/SceneCreator_test //Value Computed by CMake SceneCreator_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SceneCreator/SceneCreator_test //Value Computed by CMake SofaAdvanced_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaAdvanced //The directory containing a CMake configuration file for SofaAdvanced. SofaAdvanced_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaAdvanced_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaAdvanced //Dependencies for the target SofaAllCommonComponents_LIB_DEPENDS:STATIC=general;SofaComponentAll; //Value Computed by CMake SofaBaseCollision_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseCollision //Dependencies for the target SofaBaseCollision_LIB_DEPENDS:STATIC=general;SofaCore;general;SofaSimulationCommon; //Value Computed by CMake SofaBaseCollision_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseCollision //Value Computed by CMake SofaBaseCollision_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseCollision/SofaBaseCollision_test //Value Computed by CMake SofaBaseCollision_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseCollision/SofaBaseCollision_test //Value Computed by CMake SofaBaseLinearSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseLinearSolver //Dependencies for the target SofaBaseLinearSolver_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaBaseLinearSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseLinearSolver //Value Computed by CMake SofaBaseLinearSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseLinearSolver/SofaBaseLinearSolver_test //Value Computed by CMake SofaBaseLinearSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseLinearSolver/SofaBaseLinearSolver_test //Value Computed by CMake SofaBaseMechanics_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseMechanics //Dependencies for the target SofaBaseMechanics_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaBaseMechanics_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseMechanics //Value Computed by CMake SofaBaseMechanics_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseMechanics/SofaBaseMechanics_test //Value Computed by CMake SofaBaseMechanics_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseMechanics/SofaBaseMechanics_test //Value Computed by CMake SofaBaseTopology_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseTopology //Dependencies for the target SofaBaseTopology_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaBaseTopology_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseTopology //Value Computed by CMake SofaBaseTopology_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseTopology/SofaBaseTopology_test //Value Computed by CMake SofaBaseTopology_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseTopology/SofaBaseTopology_test //Value Computed by CMake SofaBaseVisual_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseVisual //Dependencies for the target SofaBaseVisual_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;tinyxml; //Value Computed by CMake SofaBaseVisual_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseVisual //Value Computed by CMake SofaBaseVisual_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase/SofaBaseVisual/SofaBaseVisual_test //Value Computed by CMake SofaBaseVisual_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaBaseVisual/SofaBaseVisual_test //Value Computed by CMake SofaBase_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaBase //The directory containing a CMake configuration file for SofaBase. SofaBase_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaBase_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/SofaBase //Value Computed by CMake SofaBoundaryCondition_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaBoundaryCondition //Dependencies for the target SofaBoundaryCondition_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaHelper;general;SofaEigen2Solver; //Value Computed by CMake SofaBoundaryCondition_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaBoundaryCondition //Value Computed by CMake SofaBoundaryCondition_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaBoundaryCondition/SofaBoundaryCondition_test //Value Computed by CMake SofaBoundaryCondition_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaBoundaryCondition/SofaBoundaryCondition_test //Value Computed by CMake SofaCommon_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon //The directory containing a CMake configuration file for SofaCommon. SofaCommon_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaCommon_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/SofaCommon //Value Computed by CMake SofaComponentAdvanced_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/collections/SofaComponentAdvanced //The directory containing a CMake configuration file for SofaComponentAdvanced. SofaComponentAdvanced_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaComponentAdvanced_LIB_DEPENDS:STATIC=general;SofaNonUniformFem; //Value Computed by CMake SofaComponentAdvanced_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/collections/SofaComponentAdvanced //Value Computed by CMake SofaComponentAll_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/collections/SofaComponentAll //The directory containing a CMake configuration file for SofaComponentAll. SofaComponentAll_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaComponentAll_LIB_DEPENDS:STATIC=general;SofaComponentBase;general;SofaComponentCommon;general;SofaComponentGeneral;general;SofaComponentAdvanced;general;SofaComponentMisc; //Value Computed by CMake SofaComponentAll_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/collections/SofaComponentAll //Value Computed by CMake SofaComponentBase_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/collections/SofaComponentBase //The directory containing a CMake configuration file for SofaComponentBase. SofaComponentBase_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaComponentBase_LIB_DEPENDS:STATIC=general;SofaBaseCollision;general;SofaBaseLinearSolver;general;SofaBaseMechanics;general;SofaBaseTopology;general;SofaBaseVisual; //Value Computed by CMake SofaComponentBase_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/collections/SofaComponentBase //Value Computed by CMake SofaComponentBase_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/collections/SofaComponentBase/SofaComponentBase_test //Value Computed by CMake SofaComponentBase_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/collections/SofaComponentBase/SofaComponentBase_test //Value Computed by CMake SofaComponentCommon_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/collections/SofaComponentCommon //The directory containing a CMake configuration file for SofaComponentCommon. SofaComponentCommon_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaComponentCommon_LIB_DEPENDS:STATIC=general;SofaDeformable;general;SofaEngine;general;SofaExplicitOdeSolver;general;SofaImplicitOdeSolver;general;SofaLoader;general;SofaMeshCollision;general;SofaObjectInteraction;general;SofaRigid;general;SofaSimpleFem;general;SofaEigen2Solver; //Value Computed by CMake SofaComponentCommon_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/collections/SofaComponentCommon //Value Computed by CMake SofaComponentGeneral_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/collections/SofaComponentGeneral //The directory containing a CMake configuration file for SofaComponentGeneral. SofaComponentGeneral_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //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;SofaGraphComponent;general;SofaTopologyMapping;general;SofaUserInteraction;general;SofaValidation;general;SofaDenseSolver; //Value Computed by CMake SofaComponentGeneral_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/collections/SofaComponentGeneral //Value Computed by CMake SofaComponentMisc_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/collections/SofaComponentMisc //The directory containing a CMake configuration file for SofaComponentMisc. SofaComponentMisc_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaComponentMisc_LIB_DEPENDS:STATIC=general;SofaMisc;general;SofaMiscEngine;general;SofaMiscFem;general;SofaMiscForceField;general;SofaMiscMapping;general;SofaMiscSolver;general;SofaMiscTopology; //Value Computed by CMake SofaComponentMisc_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/collections/SofaComponentMisc //Value Computed by CMake SofaConstraint_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaConstraint //Value Computed by CMake SofaConstraint_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaConstraint/SofaConstraint_test //Value Computed by CMake SofaConstraint_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaConstraint/SofaConstraint_test //Value Computed by CMake SofaCore_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaCore //Dependencies for the target SofaCore_LIB_DEPENDS:STATIC=general;SofaHelper;general;SofaDefaultType; //Value Computed by CMake SofaCore_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaCore //Value Computed by CMake SofaCore_simutest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaCore/SofaCore_simutest //Value Computed by CMake SofaCore_simutest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaCore/SofaCore_simutest //Value Computed by CMake SofaCore_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaCore/SofaCore_test //Value Computed by CMake SofaCore_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaCore/SofaCore_test //Value Computed by CMake SofaDefaultType_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaDefaultType //Dependencies for the target SofaDefaultType_LIB_DEPENDS:STATIC=general;SofaHelper; //Value Computed by CMake SofaDefaultType_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDefaultType //Value Computed by CMake SofaDefaultType_simutest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaDefaultType/SofaDefaultType_simutest //Value Computed by CMake SofaDefaultType_simutest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDefaultType/SofaDefaultType_simutest //Value Computed by CMake SofaDefaultType_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaDefaultType/SofaDefaultType_test //Value Computed by CMake SofaDefaultType_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDefaultType/SofaDefaultType_test //Value Computed by CMake SofaDeformable_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaDeformable //Dependencies for the target SofaDeformable_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaDeformable_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDeformable //Value Computed by CMake SofaDeformable_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaDeformable/SofaDeformable_test //Value Computed by CMake SofaDeformable_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaDeformable/SofaDeformable_test //Value Computed by CMake SofaDenseSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaDenseSolver //Dependencies for the target SofaDenseSolver_LIB_DEPENDS:STATIC=general;SofaBaseLinearSolver;general;newmat; //Value Computed by CMake SofaDenseSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaDenseSolver //The directory containing a CMake configuration file for SofaDistanceGrid. SofaDistanceGrid_DIR:PATH=SofaDistanceGrid_DIR-NOTFOUND //Value Computed by CMake SofaEigen2Solver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaEigen2Solver //Dependencies for the target SofaEigen2Solver_LIB_DEPENDS:STATIC=general;SofaBaseLinearSolver; //Value Computed by CMake SofaEigen2Solver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaEigen2Solver //Value Computed by CMake SofaEngine_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaEngine //Value Computed by CMake SofaEngine_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaEngine/SofaEngine_test //Value Computed by CMake SofaEngine_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaEngine/SofaEngine_test //Value Computed by CMake SofaExplicitOdeSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaExplicitOdeSolver //Dependencies for the target SofaExplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaExplicitOdeSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaExplicitOdeSolver //Value Computed by CMake SofaExplicitOdeSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaExplicitOdeSolver/SofaExplicitOdeSolver_test //Value Computed by CMake SofaExplicitOdeSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaExplicitOdeSolver/SofaExplicitOdeSolver_test //Value Computed by CMake SofaExporter_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaExporter //The directory containing a CMake configuration file for SofaExporter. SofaExporter_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaExporter_LIB_DEPENDS:STATIC=general;SofaSimulationTree;general;ZLIB::ZLIB; //Value Computed by CMake SofaExporter_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaExporter //Value Computed by CMake SofaExporter_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaExporter/SofaExporter_test //Value Computed by CMake SofaExporter_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaExporter/SofaExporter_test //Value Computed by CMake SofaFramework_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework //The directory containing a CMake configuration file for SofaFramework. SofaFramework_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaFramework_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/SofaFramework //Value Computed by CMake SofaGTestMain_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/tools/SofaGTestMain //The directory containing a CMake configuration file for SofaGTestMain. SofaGTestMain_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaGTestMain_LIB_DEPENDS:STATIC=general;SofaHelper;general;SofaSimulationTree;general;SofaSimulationGraph;general;gtest; //Value Computed by CMake SofaGTestMain_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/tools/SofaGTestMain //Value Computed by CMake SofaGeneralAnimationLoop_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralAnimationLoop //Dependencies for the target SofaGeneralAnimationLoop_LIB_DEPENDS:STATIC=general;SofaSimulationCommon;general;SofaBaseLinearSolver; //Value Computed by CMake SofaGeneralAnimationLoop_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralAnimationLoop //Value Computed by CMake SofaGeneralDeformable_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralDeformable //Dependencies for the target SofaGeneralDeformable_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaDeformable; //Value Computed by CMake SofaGeneralDeformable_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralDeformable //Value Computed by CMake SofaGeneralEngine_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralEngine //Dependencies for the target SofaGeneralEngine_LIB_DEPENDS:STATIC=general;SofaMeshCollision;general;SofaGeneralMeshCollision; //Value Computed by CMake SofaGeneralEngine_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralEngine //Value Computed by CMake SofaGeneralEngine_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralEngine/SofaGeneralEngine_test //Value Computed by CMake SofaGeneralEngine_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralEngine/SofaGeneralEngine_test //Value Computed by CMake SofaGeneralExplicitOdeSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralExplicitOdeSolver //Dependencies for the target SofaGeneralExplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaGeneralExplicitOdeSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralExplicitOdeSolver //Value Computed by CMake SofaGeneralExplicitOdeSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralExplicitOdeSolver/SofaGeneralExplicitOdeSolver_test //Value Computed by CMake SofaGeneralExplicitOdeSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralExplicitOdeSolver/SofaGeneralExplicitOdeSolver_test //Value Computed by CMake SofaGeneralImplicitOdeSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralImplicitOdeSolver //Dependencies for the target SofaGeneralImplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaGeneralImplicitOdeSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralImplicitOdeSolver //Value Computed by CMake SofaGeneralImplicitOdeSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralImplicitOdeSolver/SofaGeneralImplicitOdeSolver_test //Value Computed by CMake SofaGeneralImplicitOdeSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralImplicitOdeSolver/SofaGeneralImplicitOdeSolver_test //Value Computed by CMake SofaGeneralLinearSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralLinearSolver //Dependencies for the target SofaGeneralLinearSolver_LIB_DEPENDS:STATIC=general;SofaSimulationCommon;general;SofaBaseLinearSolver; //Value Computed by CMake SofaGeneralLinearSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralLinearSolver //Value Computed by CMake SofaGeneralLoader_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralLoader //Dependencies for the target SofaGeneralLoader_LIB_DEPENDS:STATIC=general;SofaCore;general;SofaSimulationTree;general;SofaHelper;general;ZLIB::ZLIB; //Value Computed by CMake SofaGeneralLoader_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralLoader //Value Computed by CMake SofaGeneralLoader_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralLoader/SofaGeneralLoader_test //Value Computed by CMake SofaGeneralLoader_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralLoader/SofaGeneralLoader_test //Value Computed by CMake SofaGeneralMeshCollision_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralMeshCollision //Value Computed by CMake SofaGeneralObjectInteraction_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralObjectInteraction //Dependencies for the target SofaGeneralObjectInteraction_LIB_DEPENDS:STATIC=general;SofaDeformable; //Value Computed by CMake SofaGeneralObjectInteraction_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralObjectInteraction //Value Computed by CMake SofaGeneralRigid_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralRigid //Dependencies for the target SofaGeneralRigid_LIB_DEPENDS:STATIC=general;SofaBaseMechanics; //Value Computed by CMake SofaGeneralRigid_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralRigid //Value Computed by CMake SofaGeneralSimpleFem_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralSimpleFem //Dependencies for the target SofaGeneralSimpleFem_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaSimpleFem; //Value Computed by CMake SofaGeneralSimpleFem_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralSimpleFem //Value Computed by CMake SofaGeneralSimpleFem_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralSimpleFem/SofaGeneralSimpleFem_test //Value Computed by CMake SofaGeneralSimpleFem_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralSimpleFem/SofaGeneralSimpleFem_test //Value Computed by CMake SofaGeneralTopology_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralTopology //Dependencies for the target SofaGeneralTopology_LIB_DEPENDS:STATIC=general;SofaSimulationCommon;general;SofaBaseTopology; //Value Computed by CMake SofaGeneralTopology_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralTopology //Value Computed by CMake SofaGeneralTopology_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralTopology/SofaGeneralTopology_test //Value Computed by CMake SofaGeneralTopology_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralTopology/SofaGeneralTopology_test //Value Computed by CMake SofaGeneralVisual_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGeneralVisual //Dependencies for the target SofaGeneralVisual_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaBaseVisual; //Value Computed by CMake SofaGeneralVisual_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGeneralVisual //Value Computed by CMake SofaGeneral_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral //The directory containing a CMake configuration file for SofaGeneral. SofaGeneral_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaGeneral_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaGeneral //Value Computed by CMake SofaGraphComponent_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGraphComponent //Dependencies for the target SofaGraphComponent_LIB_DEPENDS:STATIC=general;SofaHelper;general;SofaSimulationCore;general;SofaSimulationTree; //Value Computed by CMake SofaGraphComponent_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGraphComponent //Value Computed by CMake SofaGraphComponent_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaGraphComponent/SofaGraphComponent_test //Value Computed by CMake SofaGraphComponent_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaGraphComponent/SofaGraphComponent_test //Value Computed by CMake SofaGuiCommon_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGui/SofaGuiCommon //Dependencies for the target SofaGuiCommon_LIB_DEPENDS:STATIC=general;SofaComponentAll; //Value Computed by CMake SofaGuiCommon_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/sofa/gui/SofaGuiCommon //Value Computed by CMake SofaGuiMain_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGui/SofaGuiMain //Dependencies for the target SofaGuiMain_LIB_DEPENDS:STATIC=general;SofaGuiCommon;general;SofaGuiQt; //Value Computed by CMake SofaGuiMain_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/sofa/gui/SofaGuiMain //Value Computed by CMake SofaGuiQt_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGui/SofaGuiQt //Dependencies for the target SofaGuiQt_LIB_DEPENDS:STATIC=general;SofaGuiCommon;general;SofaBaseVisual;general;SofaLoader;general;SofaMiscForceField;general;Qt5::Core;general;Qt5::Gui;general;Qt5::OpenGL;general;Qt5::Charts;general;QGLViewer; //Value Computed by CMake SofaGuiQt_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/sofa/gui/qt //Value Computed by CMake SofaGui_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGui //The directory containing a CMake configuration file for SofaGui. SofaGui_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaGui_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaGui //Value Computed by CMake SofaHaptics_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaHaptics //Dependencies for the target SofaHaptics_LIB_DEPENDS:STATIC=general;SofaConstraint; //Value Computed by CMake SofaHaptics_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaHaptics //Value Computed by CMake SofaHelper_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaHelper //Dependencies for the target SofaHelper_LIB_DEPENDS:STATIC=general;Shlwapi;general;GLEW::GLEW;general;Boost::system;general;Boost::filesystem;general;Boost::program_options;general;Boost::thread;general;gtest; //Value Computed by CMake SofaHelper_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaHelper //Value Computed by CMake SofaHelper_simutest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaHelper/SofaHelper_simutest //Value Computed by CMake SofaHelper_simutest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaHelper/SofaHelper_simutest //Value Computed by CMake SofaHelper_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaHelper/SofaHelper_test //Value Computed by CMake SofaHelper_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaHelper/SofaHelper_test //Value Computed by CMake SofaImplicitOdeSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaImplicitOdeSolver //Dependencies for the target SofaImplicitOdeSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaImplicitOdeSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaImplicitOdeSolver //Value Computed by CMake SofaImplicitOdeSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaImplicitOdeSolver/SofaImplicitOdeSolver_test //Value Computed by CMake SofaImplicitOdeSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaImplicitOdeSolver/SofaImplicitOdeSolver_test //Value Computed by CMake SofaLoader_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaLoader //Dependencies for the target SofaLoader_LIB_DEPENDS:STATIC=general;SofaSimulationTree;general;SofaHelper;general;tinyxml; //Value Computed by CMake SofaLoader_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaLoader //Value Computed by CMake SofaLoader_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaLoader/SofaLoader_test //Value Computed by CMake SofaLoader_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaLoader/SofaLoader_test //Value Computed by CMake SofaMeshCollision_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaMeshCollision //Value Computed by CMake SofaMeshCollision_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaMeshCollision/SofaMeshCollision_test //Value Computed by CMake SofaMeshCollision_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaMeshCollision/SofaMeshCollision_test //Value Computed by CMake SofaMiscCollision_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SofaMiscCollision //Dependencies for the target SofaMiscCollision_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;SofaGeneralMeshCollision;general;SofaGeneralDeformable;general;SofaConstraint;general;SofaExplicitOdeSolver;general;SofaGeneralExplicitOdeSolver;general;SofaImplicitOdeSolver;general;SofaBaseCollision;general;SofaEigen2Solver; //Value Computed by CMake SofaMiscCollision_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SofaMiscCollision //Value Computed by CMake SofaMiscEngine_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscEngine //Dependencies for the target SofaMiscEngine_LIB_DEPENDS:STATIC=general;SofaNonUniformFem; //Value Computed by CMake SofaMiscEngine_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscEngine //Value Computed by CMake SofaMiscFem_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscFem //Dependencies for the target SofaMiscFem_LIB_DEPENDS:STATIC=general;SofaSimpleFem;general;newmat; //Value Computed by CMake SofaMiscFem_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscFem //Value Computed by CMake SofaMiscFem_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscFem/SofaMiscFem_test //Value Computed by CMake SofaMiscFem_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscFem/SofaMiscFem_test //Value Computed by CMake SofaMiscForceField_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscForceField //Dependencies for the target SofaMiscForceField_LIB_DEPENDS:STATIC=general;SofaHelper;general;SofaDeformable;general;SofaBoundaryCondition;general;SofaMiscTopology;general;SofaGeneralTopology; //Value Computed by CMake SofaMiscForceField_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscForceField //Value Computed by CMake SofaMiscForceField_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscForceField/SofaMiscForceField_test //Value Computed by CMake SofaMiscForceField_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscForceField/SofaMiscForceField_test //Value Computed by CMake SofaMiscMapping_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscMapping //Dependencies for the target SofaMiscMapping_LIB_DEPENDS:STATIC=general;SofaSimpleFem;general;SofaRigid; //Value Computed by CMake SofaMiscMapping_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscMapping //Value Computed by CMake SofaMiscMapping_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscMapping/SofaMiscMapping_test //Value Computed by CMake SofaMiscMapping_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscMapping/SofaMiscMapping_test //Value Computed by CMake SofaMiscSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscSolver //Dependencies for the target SofaMiscSolver_LIB_DEPENDS:STATIC=general;SofaSimulationTree; //Value Computed by CMake SofaMiscSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscSolver //Value Computed by CMake SofaMiscSolver_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscSolver/SofaMiscSolver_test //Value Computed by CMake SofaMiscSolver_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscSolver/SofaMiscSolver_test //Value Computed by CMake SofaMiscTopology_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscTopology //Dependencies for the target SofaMiscTopology_LIB_DEPENDS:STATIC=general;SofaBaseTopology;general;ZLIB::ZLIB; //Value Computed by CMake SofaMiscTopology_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscTopology //Value Computed by CMake SofaMiscTopology_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMiscTopology/SofaMiscTopology_test //Value Computed by CMake SofaMiscTopology_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMiscTopology/SofaMiscTopology_test //Value Computed by CMake SofaMisc_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMisc //The directory containing a CMake configuration file for SofaMisc. SofaMisc_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaMisc_LIB_DEPENDS:STATIC=general;SofaGeneralMeshCollision;general;SofaMiscTopology;general;SofaTopologyMapping; //Value Computed by CMake SofaMisc_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMisc //Value Computed by CMake SofaMisc_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaMisc/SofaMisc/SofaMisc_test //Value Computed by CMake SofaMisc_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaMisc/SofaMisc_test //Value Computed by CMake SofaNonUniformFem_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaNonUniformFem //Value Computed by CMake SofaObjectInteraction_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaObjectInteraction //Dependencies for the target SofaObjectInteraction_LIB_DEPENDS:STATIC=general;SofaDeformable; //Value Computed by CMake SofaObjectInteraction_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaObjectInteraction //Value Computed by CMake SofaOpenglVisual_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaOpenglVisual //The directory containing a CMake configuration file for SofaOpenglVisual. SofaOpenglVisual_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaOpenglVisual_LIB_DEPENDS:STATIC=general;SofaBaseVisual;general;SofaSimulationCommon; //Value Computed by CMake SofaOpenglVisual_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaOpenglVisual //Value Computed by CMake SofaOpenglVisual_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaOpenglVisual/SofaOpenglVisual_test //Value Computed by CMake SofaOpenglVisual_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaOpenglVisual/SofaOpenglVisual_test //Value Computed by CMake SofaPreconditioner_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaPreconditioner //Dependencies for the target SofaPreconditioner_LIB_DEPENDS:STATIC=general;SofaImplicitOdeSolver;general;SofaGeneralLinearSolver;general;SofaSimpleFem;general;SofaSparseSolver; //Value Computed by CMake SofaPreconditioner_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaRigid //Dependencies for the target SofaRigid_LIB_DEPENDS:STATIC=general;SofaBaseMechanics; //Value Computed by CMake SofaRigid_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaRigid //Value Computed by CMake SofaRigid_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaRigid/SofaRigid_test //Value Computed by CMake SofaRigid_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaRigid/SofaRigid_test //Value Computed by CMake SofaSimpleFem_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaSimpleFem //Dependencies for the target SofaSimpleFem_LIB_DEPENDS:STATIC=general;SofaBaseTopology; //Value Computed by CMake SofaSimpleFem_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimpleFem //Value Computed by CMake SofaSimpleFem_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaCommon/SofaSimpleFem/SofaSimpleFem_test //Value Computed by CMake SofaSimpleFem_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimpleFem/SofaSimpleFem_test //Value Computed by CMake SofaSimulationCommon_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationCommon //Dependencies for the target SofaSimulationCommon_LIB_DEPENDS:STATIC=general;SofaCore;general;SofaSimulationCore;general;tinyxml; //Value Computed by CMake SofaSimulationCommon_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationCommon //Value Computed by CMake SofaSimulationCore_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaSimulationCore //Dependencies for the target SofaSimulationCore_LIB_DEPENDS:STATIC=general;SofaCore; //Value Computed by CMake SofaSimulationCore_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationCore //Value Computed by CMake SofaSimulationCore_simutest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaSimulationCore/SofaSimulationCore_simutest //Value Computed by CMake SofaSimulationCore_simutest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationCore/SofaSimulationCore_simutest //Value Computed by CMake SofaSimulationCore_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaSimulationCore/SofaSimulationCore_test //Value Computed by CMake SofaSimulationCore_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationCore/SofaSimulationCore_test //Value Computed by CMake SofaSimulationGraph_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationGraph //Dependencies for the target SofaSimulationGraph_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaSimulationGraph_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationGraph //Value Computed by CMake SofaSimulationGraph_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationGraph/SofaSimulationGraph_test //Value Computed by CMake SofaSimulationGraph_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationGraph/SofaSimulationGraph_test //Value Computed by CMake SofaSimulationTree_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationTree //Dependencies for the target SofaSimulationTree_LIB_DEPENDS:STATIC=general;SofaSimulationCommon; //Value Computed by CMake SofaSimulationTree_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationTree //Value Computed by CMake SofaSimulationTree_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation/SofaSimulationTree/SofaSimulationTree_test //Value Computed by CMake SofaSimulationTree_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaSimulationTree/SofaSimulationTree_test //Value Computed by CMake SofaSimulation_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaSimulation //The directory containing a CMake configuration file for SofaSimulation. SofaSimulation_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Value Computed by CMake SofaSimulation_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/SofaSimulation //Value Computed by CMake SofaSparseSolver_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/modules/SofaSparseSolver //The directory containing a CMake configuration file for SofaSparseSolver. SofaSparseSolver_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaSparseSolver_LIB_DEPENDS:STATIC=general;SofaBaseLinearSolver;general;SofaGeneralLinearSolver;general;SofaImplicitOdeSolver;general;SofaSimpleFem;general;csparse; //Value Computed by CMake SofaSparseSolver_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaSparseSolver //The directory containing a CMake configuration file for SofaSphFluid. SofaSphFluid_DIR:PATH=SofaSphFluid_DIR-NOTFOUND //Value Computed by CMake SofaTest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SofaTest //The directory containing a CMake configuration file for SofaTest. SofaTest_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Dependencies for the target SofaTest_LIB_DEPENDS:STATIC=general;SceneCreator;general;SofaComponentBase;general;SofaComponentCommon;general;SofaComponentGeneral;general;SofaComponentAdvanced;general;SofaComponentMisc; //Value Computed by CMake SofaTest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SofaTest //Value Computed by CMake SofaTopologyMapping_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaTopologyMapping //Dependencies for the target SofaTopologyMapping_LIB_DEPENDS:STATIC=general;SofaGeneralTopology; //Value Computed by CMake SofaTopologyMapping_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaTopologyMapping //Value Computed by CMake SofaUserInteraction_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaUserInteraction //Value Computed by CMake SofaValidation_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/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=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaValidation //Value Computed by CMake SofaValidation_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaGeneral/SofaValidation/SofaValidation_test //Value Computed by CMake SofaValidation_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/modules/SofaValidation/SofaValidation_test //Value Computed by CMake Sofa_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build //Value Computed by CMake Sofa_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src //Path to a file. TIFF_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a library. TIFF_LIBRARY_DEBUG:FILEPATH=TIFF_LIBRARY_DEBUG-NOTFOUND //Path to a library. TIFF_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/libtiff.lib //Value Computed by CMake TestPlugin_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/SofaKernel/SofaFramework/SofaHelper/SofaHelper_test/system/TestPlugin //Dependencies for the target TestPlugin_LIB_DEPENDS:STATIC=general;SofaCore;general;SofaDefaultType; //Value Computed by CMake TestPlugin_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/modules/SofaHelper/SofaHelper_test/system/TestPlugin //The directory containing a CMake configuration file for TinyXML. TinyXML_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/cmake //Path to a program. WINDEPLOYQT_EXECUTABLE:FILEPATH=C:/Qt/5.14.2/msvc2017_64/bin/windeployqt.exe //Path to a file. WINDOWS_KITS_DIR:PATH=C:/Program Files (x86)/Windows Kits/10 //Path to a file. ZLIB_INCLUDE_DIR:PATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include //Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlibd.lib //Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlib.lib //Value Computed by CMake chainHybrid_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/tutorials/chainHybrid //Value Computed by CMake chainHybrid_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/tutorials/chainHybrid //Value Computed by CMake csparse_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/extlibs/csparse //Value Computed by CMake csparse_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/extlibs/csparse //Value Computed by CMake gtest_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/extlibs/gtest //Value Computed by CMake gtest_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/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 //Value Computed by CMake newmat_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/extlibs/newmat //Value Computed by CMake newmat_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/newmat //Value Computed by CMake oneTetrahedron_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/tutorials/oneTetrahedron //Value Computed by CMake oneTetrahedron_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/tutorials/oneTetrahedron //Value Computed by CMake runSofa_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/projects/runSofa //Value Computed by CMake runSofa_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/projects/runSofa //Value Computed by CMake runSofa_test_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/projects/runSofa/runSofa_test //Value Computed by CMake runSofa_test_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/projects/runSofa/runSofa_test //Value Computed by CMake sceneCreatorExamples_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/applications/plugins/SceneCreator/sceneCreatorExamples //Value Computed by CMake sceneCreatorExamples_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/applications/plugins/SceneCreator/sceneCreatorExamples //Value Computed by CMake tinyxml_BINARY_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/build/extlibs/tinyxml //Value Computed by CMake tinyxml_SOURCE_DIR:STATIC=C:/Users/uos/Documents/Visual Studio 2017/sofa/src/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_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_PROGRAM_OPTIONS_LIBRARY_DEBUG Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE Boost_PROGRAM_OPTIONS_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 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/uos/Documents/Visual Studio 2017/sofa/build //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=16 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=8 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cmake.exe //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/cpack.exe //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files (x86)/CMake/bin/ctest.exe //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_CXX_STANDARD_LIBRARIES CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //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 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Visual Studio 15 2017 //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files (x86)/Microsoft Visual Studio/2017/Community //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL=x64 //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/uos/Documents/Visual Studio 2017/sofa/src //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-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_MT CMAKE_MT-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=141 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_COMPILER CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 CMAKE_RC_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=C:/Program Files (x86)/CMake/share/cmake-3.16 //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_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_7Z CPACK_BINARY_7Z-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_NUGET CPACK_BINARY_NUGET-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_WIX CPACK_BINARY_WIX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_ZIP CPACK_BINARY_ZIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_BINARYCREATOR_EXECUTABLE CPACK_IFW_BINARYCREATOR_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_DEVTOOL_EXECUTABLE CPACK_IFW_DEVTOOL_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_FRAMEWORK_VERSION_FORCED CPACK_IFW_FRAMEWORK_VERSION_FORCED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_FRAMEWORK_VERSION_TIMEOUT CPACK_IFW_FRAMEWORK_VERSION_TIMEOUT-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_INSTALLERBASE_EXECUTABLE CPACK_IFW_INSTALLERBASE_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_IFW_REPOGEN_EXECUTABLE CPACK_IFW_REPOGEN_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_7Z CPACK_SOURCE_7Z-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_ZIP CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: EIGEN3_INCLUDE_DIR EIGEN3_INCLUDE_DIR-ADVANCED:INTERNAL=1 //Details about finding Boost FIND_PACKAGE_MESSAGE_DETAILS_Boost:INTERNAL=[C:/local/boost_1_73_0][cfound components: system filesystem program_options thread chrono date_time atomic ][v1.73.0()] //Details about finding Eigen3 FIND_PACKAGE_MESSAGE_DETAILS_Eigen3:INTERNAL=[C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/eigen][TRUE][v(2.91.0)] //Details about finding GLEW FIND_PACKAGE_MESSAGE_DETAILS_GLEW:INTERNAL=[C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include][C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/glew32.lib][v2.1.0()] //Details about finding Json FIND_PACKAGE_MESSAGE_DETAILS_Json:INTERNAL=[C:/Users/uos/Documents/Visual Studio 2017/sofa/src/SofaKernel/extlibs/json][TRUE][v(3.1.2)] //Details about finding OpenGL FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[opengl32][c ][v()] //Details about finding PythonInterp FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[C:/Users/uos/AppData/Local/Programs/Python/Python38-32/python.exe][v3.8()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Details about finding ZLIB FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[optimized;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlib.lib;debug;C:/Users/uos/Documents/Visual Studio 2017/sofa/src/lib/win64/zlibd.lib][C:/Users/uos/Documents/Visual Studio 2017/sofa/src/include][v1.2.8()] //ADVANCED property for variable: GLEW_INCLUDE_DIR GLEW_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLEW_SHARED_LIBRARY_DEBUG GLEW_SHARED_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLEW_SHARED_LIBRARY_RELEASE GLEW_SHARED_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLEW_STATIC_LIBRARY_DEBUG GLEW_STATIC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GLEW_STATIC_LIBRARY_RELEASE GLEW_STATIC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: JPEG_INCLUDE_DIR JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: JPEG_LIBRARY_DEBUG JPEG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: JPEG_LIBRARY_RELEASE JPEG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: JSON_INCLUDE_DIR JSON_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MSVC_REDIST_DIR MSVC_REDIST_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: 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: TIFF_INCLUDE_DIR TIFF_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TIFF_LIBRARY_DEBUG TIFF_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TIFF_LIBRARY_RELEASE TIFF_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: WINDEPLOYQT_EXECUTABLE WINDEPLOYQT_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: WINDOWS_KITS_DIR WINDOWS_KITS_DIR-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;program_options;system;thread //Last used Boost_INCLUDE_DIR value. _Boost_INCLUDE_DIR_LAST:INTERNAL=C:/local/boost_1_73_0 //Last used Boost_LIBRARY_DIR_DEBUG value. _Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=C:/local/boost_1_73_0/lib64-msvc-14.1 //Last used Boost_LIBRARY_DIR_RELEASE value. _Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=C:/local/boost_1_73_0/lib64-msvc-14.1 //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
Best regards,
Nicolas
19 June 2020 at 19:27 #16682HugoKeymasterHi @n-herzig
It’s weird, I would have expected an issue with two version of Qt, but it seems fine. Can you confirm that you have only one Qt version on your computer?
It looks like when running SOFA, Qt is found but the same version as the one used in the build phase.Best
Hugo
22 June 2020 at 16:28 #16690NicolasBlockedHi Hugo,
Yes I confirm that only one version of Qt is installed.
I uninstalled Qt and reinstalled the same version without better success.
I also double checked at the environment variable and Path is pointing atC:\Qt\5.14.2\msvc2017_64\bin
andC:\Qt\5.14.2\msvc2017_64\lib
as recommended in the tutorial.I also have been testing the debug version just to see, it compiles, there was a ddl missing (zlibd.dll but I copied it manually in the folder) then when I run runSofa_d.exe Sofa is running (really slowly but I guess it is normal since it is a debug version). I don’t know if that helps.
Best regards,
Nicolas
23 June 2020 at 22:50 #16699HugoKeymasterHi @n-herzig
This-is-weird!
A good sign that it compiles well in debug.
Could you restart from scratch the build of SOFA? Make to set the compilation flag to Release. It could indeed be linked to a problem of release/debug library (one used for the compilation, the other one at execution time, thus failing).I am sorry that it takes so much time, Windows experts are currently busy with the v20.06 release. I’ll get them online if this second compilation attempt does not succeed. Best,
Hugo
-
AuthorPosts
- You must be logged in to reply to this topic.