Skip to content

Commit

Permalink
Fixed VecGeom includes location and using vecgeom::GeoManager solids …
Browse files Browse the repository at this point in the history
…factory
  • Loading branch information
agheata committed Apr 30, 2020
1 parent 740851a commit 2d14170
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 80 deletions.
2 changes: 1 addition & 1 deletion cmake/modules/SearchInstalledSoftware.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ if (vecgeom)
message(FATAL_ERROR "VecGeom not found. Ensure that the installation of VecGeom is in the CMAKE_PREFIX_PATH")
else()
message(STATUS "VecGeom not found. Ensure that the installation of VecGeom is in the CMAKE_PREFIX_PATH")
message(STATUS " example: CMAKE_PREFIX_PATH=<VecGeom_install_path>/lib/CMake/VecGeom")
message(STATUS " example: CMAKE_PREFIX_PATH=<VecGeom_install_path>/lib/cmake/VecGeom")
message(STATUS " For the time being switching OFF 'vecgeom' option")
set(vecgeom OFF CACHE BOOL "Disabled because VecGeom not found (${vecgeom_description})" FORCE)
endif()
Expand Down
Loading

0 comments on commit 2d14170

Please sign in to comment.