aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/EigenUninstall.cmake
Commit message (Collapse)AuthorAge
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
| | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
* Added cmake uninstall target.Gravatar Abhijit Kundu2014-12-04
This adds a cmake command make uninstall Running make uninstall removes the files installed by running make install