Skip to content
Snippets Groups Projects
Forked from iMSTK / iMSTK
2771 commits behind the upstream repository.
  • Alexis Girault's avatar
    01668a67
    COMP: Fix FindVRPN when USE_OMNI · 01668a67
    Alexis Girault authored
    FindVRPN: The order in which the libraries were
    found was creating an compilation error during
    linking on Linux, as well as windows when being
    read from an external project.
    
    iMSTKConfig.cmake.in: ${PROJECT_NAME} would not be
    set to "iMSTK" from an external project.
    
    External_VRPN: VRPN_BUILD_SERVERS:BOOL was defined
    twice in imstk_add_external_project(VRPN)
    01668a67
    History
    COMP: Fix FindVRPN when USE_OMNI
    Alexis Girault authored
    FindVRPN: The order in which the libraries were
    found was creating an compilation error during
    linking on Linux, as well as windows when being
    read from an external project.
    
    iMSTKConfig.cmake.in: ${PROJECT_NAME} would not be
    set to "iMSTK" from an external project.
    
    External_VRPN: VRPN_BUILD_SERVERS:BOOL was defined
    twice in imstk_add_external_project(VRPN)
iMSTKConfig.cmake.in 1.21 KiB