Skip to content

Commit

Permalink
refactor(tests, examples): remove superfluous command
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Mar 10, 2024
1 parent fa5fb7b commit 7f2cd31
Show file tree
Hide file tree
Showing 50 changed files with 0 additions and 50 deletions.
1 change: 0 additions & 1 deletion examples/AirGapDeposition/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(AirGapDeposition LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion examples/Deposition/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(Deposition LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion examples/GeometricAdvection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(GeometricAdvection LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion examples/PatternedSubstrate/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(PatternedSubstrate LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion examples/PeriodicBoundary/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(PeriodicBoundary LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion examples/SharedLib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(SharedLib LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion examples/SquareEtch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(SquareEtch LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion examples/VoidEtching/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(VoidEtching LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion examples/VolumeToLevelSets/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(VolumeToLevelSets LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/Advection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(Advection LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/Advection2D/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(Advection2D LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/AdvectionBenchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(AdvectionBenchmark LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/AdvectionPlane/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(AdvectionPlane LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/BooleanOperation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(BooleanOperation LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/BooleanOperationExactZero/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(BooleanOperationExactZero LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/BooleanOperationExactZero1/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(BooleanOperationExactZero1 LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/BoundaryConditions/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(BoundaryConditions LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/CalculateCurvatures/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(CalculateCurvatures LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/CalculateNormalVectors/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(CalculateNormalVectors LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/ConvexHull/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(ConvexHull LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/ConvexHull3D/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(ConvexHull3D LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/DiskMesh/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(DiskMesh LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/Expand/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(Expand LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/Extrude/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(Extrude LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/FeatureDetection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(FeatureDetection LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/FileWriter/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(FileWriter LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/FromMesh/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(FromMesh LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/GenerateHoleGeometry/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(GenerateHoleGeometry LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/GeometricAdvect/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(GeometricAdvect LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/GeometricAdvectMask/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(GeometricAdvectMask LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/GeometricAdvectPerformance/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(GeometricAdvectPerformance LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/GeometricAdvectTrench/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(GeometricAdvectTrench LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/HullMesh/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(HullMesh LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/Make3DSphere/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(Make3DSphere LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/MakeBox/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(MakeBox LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/MakeGeometry/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(MakeGeometry LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/MakePlane/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(MakePlane LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/MakeSphere/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(MakeSphere LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/MarkVoidPoints/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(MarkVoidPoints LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/MultiMaterialAdvection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(MultiMaterialAdvection LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/MultiMaterialEtch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(MultiMaterialEtch LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/PeriodicBoundary2D/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(PeriodicBoundary2D LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/ReadFromFile/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(ReadFromFile LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/ReadVolume/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(ReadVolume LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/RemoveStrayPoints/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(RemoveStrayPoints LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/RotateMesh/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(RotateMesh LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/Serialize/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(Serialize LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/SmartPointer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(SmartPointer LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/VisualizationMesh/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(VisualizationMesh LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down
1 change: 0 additions & 1 deletion tests/VoidDetection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cmake_minimum_required(VERSION 3.14)
project(VoidDetection LANGUAGES CXX)

add_executable(${PROJECT_NAME} "${PROJECT_NAME}.cpp")
Expand Down

0 comments on commit 7f2cd31

Please sign in to comment.