Skip to content
Snippets Groups Projects
Commit 9ee52dd7 authored by Andre Sailer's avatar Andre Sailer
Browse files

OpticalSurfaces: fix missing rename of macro

parent af3ceb83
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ link_libraries( ...@@ -28,7 +28,7 @@ link_libraries(
) )
set(OpticalSurfaces_INSTALL ${CMAKE_INSTALL_PREFIX}/examples/OpticalSurfaces) set(OpticalSurfaces_INSTALL ${CMAKE_INSTALL_PREFIX}/examples/OpticalSurfaces)
new_dd4hep_add_plugin(OpticalSurfacesExample SOURCES src/*.cpp ) dd4hep_add_plugin(OpticalSurfacesExample SOURCES src/*.cpp )
install(TARGETS OpticalSurfacesExample LIBRARY DESTINATION lib) install(TARGETS OpticalSurfacesExample LIBRARY DESTINATION lib)
install(DIRECTORY compact scripts DESTINATION ${OpticalSurfaces_INSTALL} ) install(DIRECTORY compact scripts DESTINATION ${OpticalSurfaces_INSTALL} )
dd4hep_configure_scripts( OpticalSurfaces DEFAULT_SETUP WITH_TESTS) dd4hep_configure_scripts( OpticalSurfaces DEFAULT_SETUP WITH_TESTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment