COMP: Fix for VegaFEM on VS
All projects output directories are now common in the top level. This commit takes care of the CMAKE_CONFIGURATION_TYPES for Visual Studio. With this commit the Find_XXX.cmake files do not need HINTS anymore since all targets are built in a same directory known to CMAKE_LIBRARY_PATH, and all headers directories are referenced in CMAKE_INCLUDE_PATH.
parent
198ad540
No related branches found
No related tags found
Showing
- CMake/External/CMakeLists.txt 89 additions, 6 deletionsCMake/External/CMakeLists.txt
- CMake/External/External_Eigen.cmake 1 addition, 0 deletionsCMake/External/External_Eigen.cmake
- CMake/External/External_PThreads.cmake 1 addition, 0 deletionsCMake/External/External_PThreads.cmake
- CMake/External/External_VTK.cmake 2 additions, 1 deletionCMake/External/External_VTK.cmake
- CMake/External/External_VegaFEM.cmake 2 additions, 1 deletionCMake/External/External_VegaFEM.cmake
- CMake/External/External_g3log.cmake 1 addition, 0 deletionsCMake/External/External_g3log.cmake
- CMake/FindEigen.cmake 6 additions, 10 deletionsCMake/FindEigen.cmake
- CMake/FindPThreads.cmake 0 additions, 44 deletionsCMake/FindPThreads.cmake
- CMake/Findg3log.cmake 2 additions, 6 deletionsCMake/Findg3log.cmake
- CMake/Utilities/imstkAddExternalProject.cmake 10 additions, 10 deletionsCMake/Utilities/imstkAddExternalProject.cmake
Loading
Please register or sign in to comment