Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fixed issue causing docs Makefile to get deleted when running the cma…
Browse files Browse the repository at this point in the history
…ke distclean script
  • Loading branch information
daminton committed Dec 19, 2023
1 parent 4402d47 commit 9cf29b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distclean.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ENDMACRO()
FILE(GLOB_RECURSE CMAKECACHE "${TOPDIR}/*CMakeCache.txt")
FILE(GLOB_RECURSE CMAKEINSTALL "${TOPDIR}/*cmake_install.cmake"
"${TOPDIR}/*install_manifest.txt")
FILE(GLOB_RECURSE MAKEFILE "${TOPDIR}/*Makefile")
FILE(GLOB_RECURSE CMAKETESTFILES "${TOPDIR}/*CTestTestfile.cmake")
SET(TOPDIRECTORIES "${TOPDIR}/lib"
"${TOPDIR}/libexec"
Expand Down

0 comments on commit 9cf29b2

Please sign in to comment.