cmake error when building with WITH_AVX=OFF
Created by: typhoonzero
The error message was:
CMake Error at cmake/generic.cmake:189 (add_dependencies):
The dependency target "activation_functions" of target "lstm_compute" does
not exist.
Call Stack (most recent call first):
paddle/operators/math/CMakeLists.txt:27 (cc_library)
CMake Error at cmake/generic.cmake:189 (add_dependencies):
The dependency target "activation_functions" of target "gru_compute" does
not exist.
Call Stack (most recent call first):
paddle/operators/math/CMakeLists.txt:28 (cc_library)