Skip to content

Commit 09b2873

Browse files
committed
Fix changed filename in CMakeLists.txt
PiperOrigin-RevId: 859630737 Change-Id: Icb966fb0762451eaa32dab45515b77973294af03
1 parent faa5f90 commit 09b2873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open_spiel/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727
include_directories (../pybind11_abseil ../../pybind11/include)
2828
set(PYTHON_BINDINGS ${PYTHON_BINDINGS}
2929
pybind11/algorithms_infostate_tree.cc
30-
pybind11/algorithms_infostate_tree.tcc
30+
pybind11/algorithms_infostate_tree_templates.h
3131
pybind11/algorithms_infostate_tree.h
3232
pybind11/algorithms_corr_dist.cc
3333
pybind11/algorithms_corr_dist.h

0 commit comments

Comments
 (0)