Skip to content
Snippets Groups Projects
Commit 12345d84 authored by Martin Nolte's avatar Martin Nolte
Browse files

[bugfix] remove additional header install command

This patch removes an extra header install command for tests. It
originally came when copying dune/common/CMakeLists.txt to
dune/common/std/CMakeLists.txt. Sorry for the noise.
parent 72bfd452
Branches
Tags
No related merge requests found
install(FILES
constexpr.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/common/std)
# Install some test headers, because they get used by tests in other modules
# We do this here as test will not be considered for make install
install(FILES test/iteratortest.hh DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/common/test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment