Skip to content

Commit 0b09f70

Browse files
committed
Merge
1 parent dcb9193 commit 0b09f70

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ add_executable(propulsion_test
4242
# Always link GTest
4343
target_link_libraries(propulsion_test GTest::gtest_main)
4444

45-
# Define mock or real behavior
46-
if(MOCK_RPI)
47-
message(STATUS "Building with MOCK_RPI=ON: Using mock WiringPi (no external linkage).")
48-
target_compile_definitions(propulsion_test PRIVATE MOCK_RPI)
49-
else()
50-
message(STATUS "Building with MOCK_RPI=OFF: Linking to real WiringPi.")
51-
target_link_libraries(propulsion_test wiringPi)
52-
endif()
5345
add_library(PropulsionFunctions
5446
lib/Command.h
5547
lib/Command_Interpreter.cpp

0 commit comments

Comments
 (0)