Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
atm if cmake is called without -DWITH_SSL=OpenSSL it fails with:
-- Configuring done
|
CMake Error at CMakeLists.txt:419 (ADD_DEPENDENCIES):
|
The dependency target "caching_sha2_password" of target
|
"DEPENDENCIES_FOR_PACKAGE" does not exist.
|
|
|
CMake Error at CMakeLists.txt:419 (ADD_DEPENDENCIES):
|
The dependency target "client_ed25519" of target "DEPENDENCIES_FOR_PACKAGE"
|
does not exist.
|
|
|
CMake Error at CMakeLists.txt:419 (ADD_DEPENDENCIES):
|
The dependency target "sha256_password" of target
|
"DEPENDENCIES_FOR_PACKAGE" does not exist.
|
|
|
CMake Error:
|
Error evaluating generator expression:
|
|
$<TARGET_FILE:client_ed25519>
|
|
No target "client_ed25519"
|
|
|
CMake Error:
|
Error evaluating generator expression:
|
|
$<TARGET_FILE:sha256_password>
|
|
No target "sha256_password"
|
|
|
CMake Error:
|
Error evaluating generator expression:
|
|
$<TARGET_FILE:caching_sha2_password>
|
|
No target "caching_sha2_password"
|
|
|
-- Generating done
|
CMake Generate step failed. Build files cannot be regenerated correctly.
|
the workaround is to specify -DWITH_SSL=OpenSSL explicitly in command line