[PR #6] [CLOSED] Remove and ignore cmake build artifacts #59

Closed
opened 2026-05-05 22:03:55 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/airwindows/airwindows/pull/6
Author: @klingtnet
Created: 12/20/2018
Status: Closed

Base: masterHead: remove-linux-cache-artifacts


📝 Commits (1)

  • 84a2dfe Remove and ignore cmake build artifacts

📊 Changes

4 files changed (+2 additions, -53 deletions)

View changed files

plugins/LinuxVST/build/.gitignore (+2 -0)
plugins/LinuxVST/build/.gitkeep (+0 -0)
plugins/LinuxVST/build/CMakeCache.txt (+0 -52)
plugins/LinuxVST/build/CMakeFiles/cmake.check_cache (+0 -1)

📄 Description

Those leftover artifacts caused the build to fail with the following
error message:

$ cmake .. && make
CMake Error: The current CMakeCache.txt directory /home/klingtnet/gc/code/airwindows/plugins/LinuxVST/build/CMakeCache.txt is different than the directory /Users/christopherjohnson/Desktop/LinuxVST/build where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt
CMake Error: The source "/home/klingtnet/gc/code/airwindows/plugins/LinuxVST/CMakeLists.txt" does not match the source "/Users/christopherjohnson/Desktop/LinuxVST/CMakeLists.txt" used to generate cache.  Re-run cmake with a different source directory.

🔄 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/airwindows/airwindows/pull/6 **Author:** [@klingtnet](https://github.com/klingtnet) **Created:** 12/20/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `remove-linux-cache-artifacts` --- ### 📝 Commits (1) - [`84a2dfe`](https://github.com/airwindows/airwindows/commit/84a2dfe6b697c2ea9f3b4b8fa09fd0d7699559c8) Remove and ignore cmake build artifacts ### 📊 Changes **4 files changed** (+2 additions, -53 deletions) <details> <summary>View changed files</summary> ➕ `plugins/LinuxVST/build/.gitignore` (+2 -0) ➖ `plugins/LinuxVST/build/.gitkeep` (+0 -0) ➖ `plugins/LinuxVST/build/CMakeCache.txt` (+0 -52) ➖ `plugins/LinuxVST/build/CMakeFiles/cmake.check_cache` (+0 -1) </details> ### 📄 Description Those leftover artifacts caused the build to fail with the following error message: ```sh $ cmake .. && make CMake Error: The current CMakeCache.txt directory /home/klingtnet/gc/code/airwindows/plugins/LinuxVST/build/CMakeCache.txt is different than the directory /Users/christopherjohnson/Desktop/LinuxVST/build where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt CMake Error: The source "/home/klingtnet/gc/code/airwindows/plugins/LinuxVST/CMakeLists.txt" does not match the source "/Users/christopherjohnson/Desktop/LinuxVST/CMakeLists.txt" used to generate cache. Re-run cmake with a different source directory. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:03:55 -06:00
Sign in to join this conversation.
No labels
pull-request
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/airwindows#59
No description provided.