Skip to content

Commit

Permalink
Merge pull request #1711 from DGtal-team/FileExt
Browse files Browse the repository at this point in the history
Cleaning up unnecessary  ModuleSRC files
  • Loading branch information
dcoeurjo authored Nov 20, 2023
2 parents e1a3ed4 + 00a0fa1 commit f5451d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ message(STATUS "Done.")
# each subdir can contain a ModuleSRC.txt file
# with a set command on the variable ${DGTAL_SRC}
#
include(src/DGtal/kernel/ModuleSRC.cmake)
include(src/DGtal/base/ModuleSRC.cmake)
include(src/DGtal/io/ModuleSRC.cmake)
include(src/DGtal/helpers/ModuleSRC.cmake)
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
[#1691](https://github.com/DGtal-team/DGtal/pull/1691))
- Cleanup of cmake targets when BUILD_TESTING is disabled (David Coeurjolly
[#1698](https://github.com/DGtal-team/DGtal/pull/1698))
- Cleaning up unnecessary ModuleSRC.cmake files (David Coeurjolly
[#1711](https://github.com/DGtal-team/DGtal/pull/1711))

- *Topology package*
- Fix KhalimskySpaceND to get it work with BigInteger (Tristan Roussillon,
Expand Down
2 changes: 1 addition & 1 deletion src/DGtal/helpers/ModuleSRC.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

set(DGTAL_SRC ${DGTAL_SRC}
DGtal/helpers/StdDefs)
DGtal/helpers/StdDefs.cpp)

6 changes: 0 additions & 6 deletions src/DGtal/kernel/ModuleSRC.cmake

This file was deleted.

0 comments on commit f5451d3

Please sign in to comment.