Skip to content

Commit

Permalink
Bugfix in CMake cache docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alehaa committed Mar 8, 2016
1 parent 88e75c6 commit 925961b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindASan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ foreach (LANG ${ENABLED_LANGUAGES})

if (ASAN_FLAG_DETECTED)
set(ASAN_${COMPILER}_FLAGS "${FLAG}"
CACHE STRING "${LANG} compiler flags for AddressSanitizer.")
CACHE STRING "${COMPILER} flags for AddressSanitizer.")
mark_as_advanced(ASAN_${COMPILER}_FLAGS)
break()
endif ()
Expand Down

0 comments on commit 925961b

Please sign in to comment.