lebeg commented on a change in pull request #9349: Fix C++ unit tests on Mac (clang) URL: https://github.com/apache/incubator-mxnet/pull/9349#discussion_r160418547
########## File path: tests/CMakeLists.txt ########## @@ -20,6 +20,11 @@ if(NOT MSVC) set(UNITTEST_STATIC_LINK ON) endif() +if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") Review comment: Sure, done. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
