Skip to content

Commit

Permalink
build: Remove useless changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin42 committed Jan 13, 2024
1 parent 2d6a423 commit 4a1ee73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PB/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ target_link_libraries(pblib PUBLIC
set_target_properties(pblib PROPERTIES LINKER_LANGUAGE CXX)

if (LOG_LEVEL MATCHES Debug)
enable_testing()
add_executable(pbtests
tests/MockListeners.h
tests/MockListeners.cpp
Expand Down Expand Up @@ -217,7 +216,4 @@ if (LOG_LEVEL MATCHES Debug)
COMMAND ${CMAKE_COMMAND} -E copy_directory # which executes "cmake - E copy_if_different..."
"${CMAKE_CURRENT_SOURCE_DIR}/third-party/podofo-build/lib/x64/Debug" # <--this is in-file
"${CMAKE_CURRENT_SOURCE_DIR}/../PB/build/Debug/") # <--this is out-file path

include(GoogleTest)
gtest_discover_tests(pbtests)
endif()

0 comments on commit 4a1ee73

Please sign in to comment.