Liuweiming / Neural_ReCFR_B

Apache License 2.0
3 stars 2 forks source link

cmake error #2

Open carryaimp opened 2 years ago

carryaimp commented 2 years ago

command: cmake -DCMAKE_BUILD_TYPE=Release ..

error occured: CMake Error at third_party/open_spiel/games/universal_poker/CMakeLists.txt:20 (add_library): Cannot find source file:

acpc/project_acpc_server/game.h

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc

CMake Error at third_party/open_spiel/games/universal_poker/CMakeLists.txt:20 (add_library): No SOURCES given to target: universal_poker_clib

Liuweiming commented 2 years ago

Did you run the command cd third_party && ./install.sh? If not, please run the command first. The install.sh will pull project_acpc_server from Github.