Activity log for bug #1487818

Date Who What changed Old value New value Message
2015-08-23 03:37:43 Steven Bosnick bug added bug
2015-08-23 03:41:32 Steven Bosnick description The initial build of the project after using the Ninja CMake generator will fail with an error like: ninja: error: 'gtest/src/gtest-external-build/libgtest.a', needed by 'src/acctcli/test/CommandLineTests', missing and no known rule to make it This appears to be the effect of the CMake bug id 0014963 which was fixed in CMake version 3.2. We may be able to fix this bug for those using CMake version 3.2 and above by using the BUILD_BYPRODUCTS option of ExternalProject_Add(). The initial build of the project after using the Ninja CMake generator will fail with an error like:         ninja: error: 'gtest/src/gtest-external-build/libgtest.a', needed by         'src/acctcli/test/CommandLineTests', missing and no known rule to make it This appears to be the effect of the CMake bug id 0014963 which was fixed in CMake version 3.2. We may be able to fix this bug for those using CMake version 3.2 and above by using the BUILD_BYPRODUCTS option of ExternalProject_Add().