BlueBrain / libsonata

A python and C++ interface to the SONATA format
https://libsonata.readthedocs.io/en/stable/
GNU Lesser General Public License v3.0
11 stars 12 forks source link

Build failure on Ubuntu 20.04. #334

Closed 1uc closed 7 months ago

1uc commented 8 months ago

When using

$ cmake -B build .
$ cmake --build build --target install
Install the project...
-- Install configuration: "Debug"
CMake Error at cmake_install.cmake:57 (file):
  file INSTALL cannot find
  "build-debug/libsonata.so.0.1.24": No such
  file or directory.

the build fails. However,

$ cmake -B build .
$ cmake --build build
$ cmake --build build --target install

succeeds. There's CI to reproduce the error here #333.

1uc commented 8 months ago

Fixed in #336.