google / fuzztest

Other
692 stars 67 forks source link

Fix codelab CMakeLists.txt #1303

Open jonasspinner opened 1 month ago

jonasspinner commented 1 month ago

Fix the parameter order of the set command by switching value and docstring.

See: https://cmake.org/cmake/help/latest/command/set.html set(<variable> <value>... CACHE <type> <docstring>)