diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index d76c077130..a2d4476327 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -657,10 +657,6 @@ if(FIPS_SHARED) COMMAND ${GO_EXECUTABLE} run ${PROJECT_SOURCE_DIR}/util/fipstools/inject_hash/inject_hash.go -o $ -in-object $ ${INJECT_HASH_APPLE_FLAG} - # The DEPENDS argument to a POST_BUILD rule appears to be ignored. Thus - # go_executable isn't used (as it doesn't get built), but we list this - # dependency anyway in case it starts working in some CMake version. - DEPENDS ../util/fipstools/inject_hash/inject_hash.go WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} )