From fb04c456ef0d187f65aacf6f02abad3871cff6db Mon Sep 17 00:00:00 2001 From: Florian Rhiem Date: Sat, 13 Oct 2018 11:12:06 +0200 Subject: [PATCH] Fix typo in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 523f7a12..48e3abd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,7 +232,7 @@ if(OATPP_BUILD_TESTS) enable_testing() add_executable(oatppAllTests - test/AllTestsMain.cpp.cpp + test/AllTestsMain.cpp test/Checker.cpp test/Checker.hpp test/UnitTest.cpp