Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: unbreak USE_SYSTEM_FLATBUFFERS #12089

Merged
merged 3 commits into from
May 26, 2022
Merged

cmake: unbreak USE_SYSTEM_FLATBUFFERS #12089

merged 3 commits into from
May 26, 2022

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented May 26, 2022

Regressed by #12014. Tested downstream. execute_process() seems to take arguments as separate words: replacing ${STATUS} with ${FBS_CMD_ERROR} led to No such file or directory. RESULT_VARIABLE is populated with 1 if what fails is not execute_process but flatc while execute_process already shows stderror contents by default.

-- Checking for module 'flatbuffers>=2.0.0'
--   Found flatbuffers, version 2.0.6
CMake Error at 3rdparty/CMakeLists.txt:24 (message):
  Flatbuffers flatc execute failed with: ''
@MSuih MSuih added the Build and CI Anything related to the build process and continuous integration label May 26, 2022
@Megamouse Megamouse requested a review from RipleyTom May 26, 2022 05:56
@Megamouse Megamouse merged commit cc150cc into RPCS3:master May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build and CI Anything related to the build process and continuous integration OS: BSD OS: Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants