-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake Error: The source directory ... does not appear to contain CMakeLists.txt #110
Comments
I think broblem is below.
|
After i manually copy external/libpng from borisfom/platform_external_libpng, run build.sh and the compile also failed. CMake Error at CMakeLists.txt:601 (list): CMake Error at CMakeLists.txt:601 (list): CMake Error at CMakeLists.txt:601 (list): CMake Error at CMakeLists.txt:601 (list): CMake Error at CMakeLists.txt:601 (list): CMake Error at CMakeLists.txt:601 (list): CMake Error at CMakeLists.txt:601 (list): CMake Warning (dev) at CMakeLists.txt:733 (get_target_property): The LOCATION property should not be read from target "png". Use the target This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at CMakeLists.txt:742 (get_target_property): The LOCATION property should not be read from target "png_static". Use the This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! |
Here is what i am getting on building torch-android on Ubuntu. Any ideas?
Android NDK found at: ~/android-ndk-r14b/ INSTALL_DIR=~/torch-android/install CMake Error: The source directory "~/torch-android/external/libpng" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. -------------- Configuring DONE --------------- make: *** No rule to make target 'install'. Stop.
Many thanks!
The text was updated successfully, but these errors were encountered: