Skip to content

Commit

Permalink
[ci] Remove redundant main.cpp and avoid specifying C++ standard.
Browse files Browse the repository at this point in the history
This should help us build with newer gtest versions which require C++ later than
11.
  • Loading branch information
vgvassilev committed Feb 26, 2025
1 parent 5ad0628 commit f066366
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions unittests/Misc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_clad_unittest(MiscTests
main.cpp
CallDeclOnly.cpp
Defs.cpp
DynamicGraph.cpp
Expand All @@ -9,4 +8,3 @@ add_clad_unittest(MiscTests
ADD_CLAD_LIBRARY(Defs Defs.cpp)
# Link the library to the test
target_link_libraries(MiscTests PRIVATE Defs)
set_property(TARGET MiscTests PROPERTY CXX_STANDARD 11)
6 changes: 0 additions & 6 deletions unittests/Misc/main.cpp

This file was deleted.

0 comments on commit f066366

Please sign in to comment.