Skip to content
Commit 6123cdce authored by Michael Kruse's avatar Michael Kruse
Browse files

[CMake] FindJsoncpp.cmake: Use descriptive variable name for libjsoncpp.so path.

find_library(lib) stores the result in the variable "lib", which is also
cached in CMakeCache.txt.  This could theoretically conflict if jsoncpp
required two libraries, which each would get cached as "lib".  Use a
more descriptive and disambiguative "jsoncpp_${libname}" for that.

llvm-svn: 308289
parent 50d7b290
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment