File: fix-find-pythonlib.patch

package info (click to toggle)
morse-simulator 1.4-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 187,116 kB
  • sloc: ansic: 108,311; python: 25,694; cpp: 786; makefile: 126; xml: 34; sh: 7
file content (16 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix findpythonlib
Author: Bo YU <tsu.yubo@gmail.com>
Forwarded: no
Last-Update: 2022-11-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/config/FindPackageHandleStandardArgs.cmake
+++ b/config/FindPackageHandleStandardArgs.cmake
@@ -229,7 +229,6 @@
   # version handling:
   SET(VERSION_MSG "")
   SET(VERSION_OK TRUE)
-  SET(VERSION ${${FPHSA_VERSION_VAR}} )
   IF (${_NAME}_FIND_VERSION)
 
     IF(VERSION)