Skip to content

Commit

Permalink
Fix typo in CMake script.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 429988096
Change-Id: Ibd3b5a123485e63905a1ca7a26b0c3be70d8d9bc
  • Loading branch information
lanctot committed Feb 21, 2022
1 parent 13febeb commit 5eaf401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_spiel/games/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ add_executable(oware_test oware_test.cc ${OPEN_SPIEL_OBJECTS}
$<TARGET_OBJECTS:algorithms>)
add_test(oware_test oware_test)

add_executable(pathfinding_test pathfining_test.cc ${OPEN_SPIEL_OBJECTS}
add_executable(pathfinding_test pathfinding_test.cc ${OPEN_SPIEL_OBJECTS}
$<TARGET_OBJECTS:tests>)
add_test(pathfinding_test pathfinding_test)

Expand Down

0 comments on commit 5eaf401

Please sign in to comment.