You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
examples/cpptflite/build cmake .. -DMAPPER=LJSPEECH
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22621.
-- MAPPER is selected: LJSPEECH
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
tflite_LIB
linked by target "demo" in directory ../examples/cpptflite
--Generating done
CMake Generate step failed. Build files cannot be regenerated correctly
I'm running your source code but I get the above error even though I followed the instructions and didn't change anything in the code.
Has anyone encountered the same error?
Thanks!
The text was updated successfully, but these errors were encountered:
examples/cpptflite/build cmake .. -DMAPPER=LJSPEECH
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22621.
-- MAPPER is selected: LJSPEECH
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
tflite_LIB
linked by target "demo" in directory ../examples/cpptflite
--Generating done
CMake Generate step failed. Build files cannot be regenerated correctly
I'm running your source code but I get the above error even though I followed the instructions and didn't change anything in the code.
Has anyone encountered the same error?
Thanks!
The text was updated successfully, but these errors were encountered: