Skip to content

Commit

Permalink
Fix wrong target provided to function
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jan 16, 2025
1 parent 6d372d5 commit 7d932a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ target_include_directories(
target_link_libraries(${DRIVER_TEST_NAME} ${LIB_NAME})

# Set PropLib compiler option defaults
configure_proplib_target(${TEST_NAME})
configure_proplib_target(${DRIVER_TEST_NAME})

# Make driver executable location available to source
add_compile_definitions(DRIVER_LOCATION="$<TARGET_FILE:${DRIVER_NAME}>")
Expand Down

0 comments on commit 7d932a5

Please sign in to comment.