Skip to content

Commit

Permalink
Correct which files we're checking for to spot populated repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Mar 19, 2024
1 parent c2083b9 commit aa0d0e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion itcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(ENABLE_ITCL "${ENABLE_ITCL}" CACHE BOOL "Enable itcl build")

if (ENABLE_ITCL)

git_submodule_init(itcl CMakeLists.txt)
git_submodule_init(itcl configure.in)

TargetDeps(ITCL)

Expand Down
2 changes: 1 addition & 1 deletion itk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ set(ENABLE_ITK "${ENABLE_ITK}" CACHE BOOL "Enable itk build")

if (ENABLE_ITK)

git_submodule_init(itk CMakeLists.txt)
git_submodule_init(itk configure.in)

TargetDeps(ITK)

Expand Down
2 changes: 1 addition & 1 deletion manifold/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(ENABLE_MANIFOLD "${ENABLE_MANIFOLD}" CACHE BOOL "Enable manifold build")

if (ENABLE_MANIFOLD)

git_submodule_init(manifold include/manifold/manifold.h)
git_submodule_init(manifold src/manifold/include/manifold.h)

TargetDeps(MANIFOLD)

Expand Down

0 comments on commit aa0d0e8

Please sign in to comment.