Browse Source

Fix case-sensitivity issue

Vincent Lang 9 years ago
parent
commit
c090af5df2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeModules/BreakpadSymbols.cmake

+ 1 - 1
CMakeModules/BreakpadSymbols.cmake

@@ -1,4 +1,4 @@
-include(CmakeDependentOption)
+include(CMakeDependentOption)
 
 set(ENABLE_CRASHDUMP ON)
 set(CRASHDUMP_SECRET "" CACHE STRING "Secret for the crashdump uploader")