-
- Downloads
COMP: Fix BuildSystem tests ensuring GTest with a config file is looked up
Removes the use of NO_DEFAULT_PATH introduced in a709a89b (Cmake updates for proper generation of iMSTKConfig.cmake) in favor of CONFIG and consistently use CONFIG in both CMakeLists.txt and iMSTKConfig. Requiring the GTest config file ensures the configuration succeeds by preventing the FindGTest module provided by CMake from being used. Removing the use of NO_DEFAULT_PATH allows to build iMSTK against a system version of GTest (starting with Ubuntu 21.04 released in April 2021, the libgtest-dev package includes GTestConfig.cmake)
Please register or sign in to comment