-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Are the "Mac-specific notes" in INSTALL out of date? #5218
Copy link
Copy link
Closed
Milestone
Description
The googletest seems to be pulled from through a git submodule. Is the svn checkout necessary anymore. Get this error anyways trying to follow instructions exactly.
Kristophers-MBP:mybuild kris$ cmake ../gtest-svn/
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/kris/mybuild
Kristophers-MBP:mybuild kris$ make
[ 50%] Built target gtest
[100%] Built target gtest_main
Kristophers-MBP:mybuild kris$ make gtest.a gtest_main.a
make: *** No rule to make target `gtest.a'. Stop.
Also instructions about building openssl seem out of date now that boringssl is being pulled via a git submodule as well too right?
Reactions are currently unavailable