diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-25 12:47:39 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-25 12:47:39 +0200 |
commit | 1f85a65078815b56bbb5581675b4f6e3253d8d9f (patch) | |
tree | ec48e9f100e8550442f27cdd819512e829789b7e /3rd-party/breakpad | |
parent | Use vcs_tag to get version information (diff) | |
download | smolbote-1f85a65078815b56bbb5581675b4f6e3253d8d9f.tar.xz |
Remove CMakeLists
Diffstat (limited to '3rd-party/breakpad')
-rw-r--r-- | 3rd-party/breakpad/CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/3rd-party/breakpad/CMakeLists.txt b/3rd-party/breakpad/CMakeLists.txt deleted file mode 100644 index 56e30dc..0000000 --- a/3rd-party/breakpad/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") - - find_package(PkgConfig REQUIRED) - - # if you do not have breakpad installed, use the build.sh script and uncomment this -# if (NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/install") -# message(FATAL_ERROR "Could not find breakpad build, see 3rd-party/breakpad/build.sh") -# endif () -# set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:${CMAKE_CURRENT_LIST_DIR}/install/lib/pkgconfig" ) - - pkg_check_modules(BREAKPAD REQUIRED IMPORTED_TARGET breakpad-client) - -endif() # linux system
\ No newline at end of file |