Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dschmidt/libcrashreporter-qt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/breakpad/CMakeLists.txt')
-rw-r--r--3rdparty/breakpad/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/breakpad/CMakeLists.txt b/3rdparty/breakpad/CMakeLists.txt
index f3c2bef..137898a 100644
--- a/3rdparty/breakpad/CMakeLists.txt
+++ b/3rdparty/breakpad/CMakeLists.txt
@@ -1,15 +1,15 @@
# PROJECT(breakpad)
# cmake_minimum_required(VERSION 2.8)
-#
+#
# set( CMAKE_MODULE_PATH
# ${CMAKE_MODULE_PATH}
# ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules
# )
-#
+#
# if( CMAKE_COMPILER_IS_GNUCXX )
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++98")
# endif()
-#
+#
# if(${CMAKE_BUILD_TYPE} MATCHES "Release")
# add_definitions(-DNDEBUG)
# endif(${CMAKE_BUILD_TYPE} MATCHES "Release")