Skip to content

Make target 'install' does nothing in cmake builds #60

@slackjaw

Description

@slackjaw

Please fill in the following fields:

Pre-built SDK from the website or open-source from this repo: this repo
Firebase C++ SDK version: SDK 6.11.0
Firebase plugins in use (Auth, Database, etc.): N/A
Additional SDKs you are using (Facebook, AdMob, etc.): N/A
Platform you are using the C++ SDK on (Mac, Windows, or Linux): Linux
Platform you are targeting (iOS, Android, and/or desktop): desktop

Please describe the issue here:

following a cmake build, largely according to instructions:

mkdir desktop_build && cd desktop_build
cmake .. -DCMAKE_INSTALL_PREFIX=/some/path
cmake --build . 

running make install does nothing, even as root. Expected behavior is to install libraries and headers at the path described by CMAKE_INSTALL_PREFIX

Please answer the following, if applicable:

Have you been able to reproduce this issue with just the Firebase C++ quickstarts ?

N/A

What's the issue repro rate? (eg 100%, 1/5 etc)
100%

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions