Skip to content

Commit

Permalink
Declare AMENT_TEST_RESULTS_DIR as a PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Rose <dan@digilabs.io>
  • Loading branch information
rotu committed Feb 26, 2020
1 parent e02ae22 commit 6afb336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_cmake_test/ament_cmake_test-extras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option(BUILD_TESTING "Build the testing tree." ON)
# option()
set(
AMENT_TEST_RESULTS_DIR "${CMAKE_BINARY_DIR}/test_results"
CACHE STRING "The path where test results are generated"
CACHE PATH "The path where test results are generated"
)

if(BUILD_TESTING)
Expand Down

0 comments on commit 6afb336

Please sign in to comment.