Skip to content

Fix CMakeLists.txt to honor CMAKE_INSTALL_LIBDIR#504

Closed
earies wants to merge 1 commit into
facebook:mainfrom
earies:cmake-libdir
Closed

Fix CMakeLists.txt to honor CMAKE_INSTALL_LIBDIR#504
earies wants to merge 1 commit into
facebook:mainfrom
earies:cmake-libdir

Conversation

@earies

@earies earies commented Jun 17, 2022

Copy link
Copy Markdown
Contributor

No description provided.

@facebook-github-bot

Copy link
Copy Markdown
Contributor

@Orvid has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@Orvid

Orvid commented Jun 22, 2022

Copy link
Copy Markdown
Contributor

It looks like the minimum cmake version for CMAKE_INSTALL_LIBDIR is 3.14, but some of our target platforms have cmake 3.10, so this will need to set a default explicitly for CMAKE_INSTALL_LIBDIR to keep this working for older cmake versions. (this same issue applies to the related PR for some of the other FB repos)

@vitaut vitaut left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@earies, do you plan to update this PR to address @Orvid's comment?

@vitaut

vitaut commented Jul 6, 2022

Copy link
Copy Markdown
Contributor

Closing as it can't be merged as is but feel free to submit another PR with feedback addressed.

@vitaut vitaut closed this Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants