Skip to content
Snippets Groups Projects
Commit 098f1a1e authored by Christian Heinigk's avatar Christian Heinigk
Browse files

Do not try to install non-existing files.

parent 9cae1a76
No related branches found
No related tags found
No related merge requests found
Pipeline #75010 canceled
......@@ -23,11 +23,3 @@ install(FILES vectorclass/dispatch_example.cpp
vectorclass/vectormath_lib.h
vectorclass/vectormath_trig.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/codegen/vectorclass)
install(FILES vectorclass/special/complexvec.h
vectorclass/special/decimal.h
vectorclass/special/quaternion.h
vectorclass/special/ranvec1.cpp
vectorclass/special/ranvec1.h
vectorclass/special/vector3d.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/codegen/vectorclass/special)
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