Skip to content

Commit

Permalink
Typo in variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Feb 17, 2025
1 parent a3d8291 commit e1493c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ foreach(example ${example_directories})
"${CMAKE_CURRENT_SOURCE_DIR}/junit_fail.xml.in"
"${CMAKE_CURRENT_BINARY_DIR}/test_results/${TEST_NAME}.xml"
@ONLY)
set(example_INSTALL_DIR ${CMAKE_BINARY_DIR}/install/${b_str})
set(example_INSTALL_DIR ${CMAKE_BINARY_DIR}/install/${bt_str})
ExternalProject_Add(
${TEST_NAME}

Expand Down

0 comments on commit e1493c1

Please sign in to comment.