Skip to content

linux: Fix build.#15

Merged
Swatinem merged 1 commit intogetsentry:getsentryfrom
jblazquez:getsentry
Jun 18, 2020
Merged

linux: Fix build.#15
Swatinem merged 1 commit intogetsentry:getsentryfrom
jblazquez:getsentry

Conversation

@jblazquez
Copy link
Copy Markdown

The Linux version of Crashpad wasn't building due to a few oversights in the CMakeLists.txt files.

The Linux version of Crashpad wasn't building due to a few oversights in
the CMakeLists.txt files.
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.12)
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CMake 3.10 can't build this because of the use of TRANSFORM for lists here, which is a CMake 3.12 addition: https://cmake.org/cmake/help/v3.12/release/3.12.html

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 We use 3.10 for the main project because of Android. Which we don’t support (yet) for crashpad so this is fine.

@Swatinem Swatinem merged commit 49efa56 into getsentry:getsentry Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants