Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

The sln file generated by cmake should be called "glog.sln" instead of "google-glog.sln" #149

Description

@jasjuang

I am on windows 10 with visual studio 2015. When I go through the standard procedure of

git clone https://github.com/google/glog/
mkdir build 
cd build
cmake -A x64 ..

It generates a solution file called google-glog.sln. The problem is when I build the entire solution and build the INSTALL project, glog got installed to C:\Program Files (x86)\google-glog

but

in other google created repository Ceres it is expecting glog to be installed in C:\Program Files (x86)\glog, thus causing it to fail. Can someone change the default name of the sln to glog.sln?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions