tisonkun commented on PR #564:
URL: 
https://github.com/apache/incubator-kvrocks/pull/564#issuecomment-1123146653

   I try to run with:
   
   ```bash
   mkdir cmake-build-debug ; cd cmake-build-debug
   cmake -DCMAKE_BUILD_TYPE=Release ..
   ```
   
   which failed and complained:
   
   ```
   CMake Error at /usr/local/lib/cmake/GTest/GTestTargets.cmake:37 (message):
     Some (but not all) targets in this export set were already defined.
   
     Targets Defined: GTest::gtest;GTest::gtest_main
   
     Targets not yet defined: GTest::gmock;GTest::gmock_main
   
   Call Stack (most recent call first):
     /usr/local/lib/cmake/GTest/GTestConfig.cmake:32 (include)
     /usr/local/Cellar/cmake/3.23.1/share/cmake/Modules/FindGTest.cmake:194 
(find_package)
     cmake-build-debug/_deps/snappy-src/CMakeLists.txt:40 (find_package)
   ```
   
   It seems that current script make conflict with system-wise library?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to