Navigation Menu

Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Aug 3, 2012
1 parent 20db810 commit b18bbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -225,7 +225,7 @@ else (UNIX)
INCLUDE_DIRECTORIES("${COREFOUNDATION_LIBRARY}/Headers")
endif (MINGW)

FIND_PACKAGE(VALGRIND)
FIND_PACKAGE(Valgrind)
if (VALGRIND_FOUND)
add_definitions(-DUSE_VALGRIND)
endif (VALGRIND_FOUND)
Expand Down

0 comments on commit b18bbd3

Please sign in to comment.