Skip to content

Commit c9be06c

Browse files
committed
[cmake] Remove FindClosestProximityAlgorithm from CMakeLists
1 parent 181dc54 commit c9be06c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ set(HEADER_FILES
2424
${COLLISIONALGORITHM_SRC}/InternalData.h
2525

2626
${COLLISIONALGORITHM_SRC}/algorithm/Find2DClosestProximityAlgorithm.h
27-
${COLLISIONALGORITHM_SRC}/algorithm/FindClosestProximityAlgorithm.h
2827
${COLLISIONALGORITHM_SRC}/algorithm/InsertionAlgorithm.h
2928

3029
${COLLISIONALGORITHM_SRC}/broadphase/AABBBroadPhase.h
@@ -69,7 +68,6 @@ set(SOURCE_FILES
6968
${COLLISIONALGORITHM_SRC}/CollisionPipeline.cpp
7069

7170
${COLLISIONALGORITHM_SRC}/algorithm/Find2DClosestProximityAlgorithm.cpp
72-
${COLLISIONALGORITHM_SRC}/algorithm/FindClosestProximityAlgorithm.cpp
7371
${COLLISIONALGORITHM_SRC}/algorithm/InsertionAlgorithm.cpp
7472

7573
${COLLISIONALGORITHM_SRC}/broadphase/AABBBroadPhase.cpp

0 commit comments

Comments
 (0)