Accelergy-Project / timeloop-python

Python wrapper for the timeloop project.
MIT License
7 stars 3 forks source link

Missing CMakeLists.txt? #10

Closed angshuman-parashar closed 2 years ago

angshuman-parashar commented 2 years ago

I'm trying to pip3 install timeloop-python and I get this error:

    CMake Error at CMakeLists.txt:55 (add_subdirectory):
      The source directory

        <$MYPATH>/timeloop-python/lib/pybind11

      does not contain a CMakeLists.txt file.
nellie-wu commented 2 years ago

This repo contains submodules, adding the --recurse-submodules flag when cloning solves the issue.