aboutsummaryrefslogtreecommitdiff
path: root/science/cpcmx/files/patch-config_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'science/cpcmx/files/patch-config_CMakeLists.txt')
-rw-r--r--science/cpcmx/files/patch-config_CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/cpcmx/files/patch-config_CMakeLists.txt b/science/cpcmx/files/patch-config_CMakeLists.txt
new file mode 100644
index 000000000000..fa284074452a
--- /dev/null
+++ b/science/cpcmx/files/patch-config_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- config/CMakeLists.txt.orig 2025-03-13 13:29:31 UTC
++++ config/CMakeLists.txt
+@@ -14,7 +14,7 @@
+ # You should have received a copy of the GNU Lesser General Public License
+ # along with CPCM-X. If not, see <https://www.gnu.org/licenses/>.
+
+-if(NOT DEFINED "${PROJECT_NAME}-dependeny-method")
++if(NOT DEFINED "${PROJECT_NAME}-dependency-method")
+ set(
+ "${PROJECT_NAME}-dependency-method"
+ "subproject" "cmake" "pkgconf" "fetch"