-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
closed-by-botneeds-infoNeed information for the developerNeed information for the developerstaleDon't have recent activityDon't have recent activitytype: question
Description
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
Labels
closed-by-botneeds-infoNeed information for the developerNeed information for the developerstaleDon't have recent activityDon't have recent activitytype: question