Skip to content

Makefile:84: recipe for target 'install' failed #1

@RickHH

Description

@RickHH

When I use cmake to install APIRL in Ubuntu:
mkdir build
cd build
sudo cmake ..
sudo cmake --build . --target install --config release

The following error has occurred:

##################
........
[100%] Built target generateSystemMatrix
Install the project...
-- Install configuration: ""
CMake Error at cmake_install.cmake:49 (file):
file INSTALL cannot find
"../apirl-master/build/doc/html".

Makefile:84: recipe for target 'install' failed
make: *** [install] Error 1
###################

and the bin directory didn't appear in ../build

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions