diff --git a/CMakeLists.txt b/CMakeLists.txt index b818dfbd3d784c2cb939314ed2cae7242de593e7..8c22b4a6f3c8490aa622c03f14301537d5d9854e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ add_subdirectory(GeoSpecialShapes) add_subdirectory(GeoModel2G4) -install(EXPORT GeoMaterial2G4-export FILE GeoModelG4-GeoMaterial2G4.cmake DESTINATION lib/GeoModelG4) -install(EXPORT GeoSpecialShapes-export FILE GeoModelG4-GeoSpecialShapes.cmake DESTINATION lib/GeoModelG4) -install(EXPORT GeoModel2G4-export FILE GeoModelG4-GeoModel2G4.cmake DESTINATION lib/GeoModelG4) -install(FILES cmake/GeoModelG4Config.cmake DESTINATION lib/GeoModelG4) +install(EXPORT GeoMaterial2G4-export FILE GeoModelG4-GeoMaterial2G4.cmake DESTINATION lib/cmake/GeoModelG4) +install(EXPORT GeoSpecialShapes-export FILE GeoModelG4-GeoSpecialShapes.cmake DESTINATION lib/cmake/GeoModelG4) +install(EXPORT GeoModel2G4-export FILE GeoModelG4-GeoModel2G4.cmake DESTINATION lib/cmake/GeoModelG4) +install(FILES cmake/GeoModelG4Config.cmake DESTINATION lib/cmake/GeoModelG4)