Skip to content

Commit

Permalink
Merge pull request #83 from userver-framework/fdr400-fix-cmake-includes
Browse files Browse the repository at this point in the history
fix cmake: remove auto included includes
  • Loading branch information
fdr400 authored Nov 14, 2024
2 parents fd8c358 + d67f627 commit 3f4df63
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,9 @@ add_executable(${PROJECT_NAME}_benchmark
target_link_libraries(${PROJECT_NAME}_benchmark PRIVATE ${PROJECT_NAME}_objs userver::ubench)
add_google_benchmark_tests(${PROJECT_NAME}_benchmark)


# Functional Tests
include(UserverTestsuite)

# Functional testing
userver_testsuite_add_simple()


# Install
include(GNUInstallDirs)

Expand Down

0 comments on commit 3f4df63

Please sign in to comment.