You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
I'm using GCC 4.8.4, GNU Make 3.81, and CMake 2.8.12.2 on my Ubuntu 14.04 machine trying to compile a small project that depends on gtest and gmock. You can view the full source of this project along with my CMake files here: https://github.com/natemurthy/misc/tree/master/cpp-stuff/containers
I perform the usual steps of doing mkdir build && cd build && cmake .. && make but hit this error after downloading, extracting, and configuring the gmock 1.7.0 dependency:
CMake Error at CMakeLists.txt:51 (add_subdirectory):
add_subdirectory given source "../gtest" which is not an existing
directory.
CMake Error at CMakeLists.txt:56 (config_compiler_and_linker):
Unknown CMake command "config_compiler_and_linker".
Any help solving this would be appreciated!
The text was updated successfully, but these errors were encountered:
I'm using GCC 4.8.4, GNU Make 3.81, and CMake 2.8.12.2 on my Ubuntu 14.04 machine trying to compile a small project that depends on gtest and gmock. You can view the full source of this project along with my CMake files here: https://github.com/natemurthy/misc/tree/master/cpp-stuff/containers
I perform the usual steps of doing
mkdir build && cd build && cmake .. && make
but hit this error after downloading, extracting, and configuring the gmock 1.7.0 dependency:Any help solving this would be appreciated!
The text was updated successfully, but these errors were encountered: