Explorar el Código

Fix case-sensitivity issue

Vincent Lang hace 9 años
padre
commit
c090af5df2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")