Closed yurivict closed 7 months ago
find_package used an incorrect name 'googletest'. This name doesn't exist in the googletest package. It's incorrect to link with -lgtest_main.
googletest
Proper package name and target name should be used.
find_package used an incorrect name 'googletest'. This name doesn't exist in the
googletest
package. It's incorrect to link with -lgtest_main.Proper package name and target name should be used.