Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CMakeLists.txt to the root dir #628

Merged
merged 1 commit into from
Nov 24, 2015
Merged

Adding CMakeLists.txt to the root dir #628

merged 1 commit into from
Nov 24, 2015

Conversation

fjunqueira
Copy link
Contributor

Adding functionality to build googletest from the root directory

Adding functionality to build googletest from the root directory

enable_testing()

option(BUILD_GTEST "Builds the googletest subproject" OFF)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why OFF?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Googlemock already builds googletest. I did this so googletest is not built twice since googlemock is built by default.

BillyDonahue added a commit that referenced this pull request Nov 24, 2015
Adding CMakeLists.txt to the root dir
@BillyDonahue BillyDonahue merged commit 884dd08 into google:master Nov 24, 2015
@fjunqueira fjunqueira deleted the patch-1 branch November 24, 2015 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants