ArmNeonOptimization icon indicating copy to clipboard operation
ArmNeonOptimization copied to clipboard

Getting Error while building "third_party/googletest/googletest"

Open vijaypanchal opened this issue 5 years ago • 1 comments

CMake Error at CMakeLists.txt:35 (add_subdirectory): add_subdirectory given source "third_party/googletest/googletest" which is not an existing directory.

vijaypanchal avatar Oct 18 '19 12:10 vijaypanchal

@vijaypanchal try clone the project with --recursive :)

"git clone --recursive https://github.com/Ldpe2G/ArmNeonOptimization.git"

Ldpe2G avatar Oct 20 '19 02:10 Ldpe2G