[PR #417] [MERGED] [CMake] properly declare FPIC #1632

Closed
opened 2026-05-05 07:58:08 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/417
Author: @AdrianKoshka
Created: 8/23/2019
Status: Merged
Merged: 8/23/2019
Merged by: @AdrianKoshka

Base: masterHead: pic-pie-cmake-fix


📝 Commits (1)

  • 1bdc95a [CMake] properly declare FPIC

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 CMakeLists.txt (+1 -1)

📄 Description

use CMAKE_POSITION_INDEPENDENT_CODE instead of manually adding -fPIC to CXX args.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/debauchee/barrier/pull/417 **Author:** [@AdrianKoshka](https://github.com/AdrianKoshka) **Created:** 8/23/2019 **Status:** ✅ Merged **Merged:** 8/23/2019 **Merged by:** [@AdrianKoshka](https://github.com/AdrianKoshka) **Base:** `master` ← **Head:** `pic-pie-cmake-fix` --- ### 📝 Commits (1) - [`1bdc95a`](https://github.com/debauchee/barrier/commit/1bdc95a4981be86687cbe01457014a4c5a39ad8d) [CMake] properly declare FPIC ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -1) </details> ### 📄 Description use `CMAKE_POSITION_INDEPENDENT_CODE` instead of manually adding `-fPIC` to `CXX` args. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:58:08 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1632
No description provided.