diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-11-30 13:36:00 +0200 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-11-30 13:36:00 +0200 |
| commit | 2e67021ad907ffc1d73515acf18573884eb67828 (patch) | |
| tree | a8e08b837bf83d2a8b55265b818221c1446f2345 /cmake | |
| parent | ac31c84a36c069c90e37ab28a9e980c0749b2b37 (diff) | |
| download | accel-ppp-2e67021ad907ffc1d73515acf18573884eb67828.tar.gz accel-ppp-2e67021ad907ffc1d73515acf18573884eb67828.zip | |
auth_chap_md5: unused variable, mschap_error likely copy paste error, plain chap dont have errors like mschap
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/cpack.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake index c004075c..ee2a0391 100644 --- a/cmake/cpack.cmake +++ b/cmake/cpack.cmake @@ -1,6 +1,6 @@ INCLUDE(InstallRequiredSystemLibraries) -string(REPLACE "." ";" VERSION_LIST ${ACCEL_PPP_VERSION}) +string(REPLACE "." ";" VERSION_LIST "${ACCEL_PPP_VERSION}") # Verify if VERSION_LIST has 3 elements # If not assign dummy variables |
