|
错误提示,求各位帮帮忙- -- Looking for include files CMAKE_HAVE_PTHREAD_H
- -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Looking for pthread_yield
- -- Looking for pthread_yield - found
- -- Looking for pthread_setconcurrency
- -- Looking for pthread_setconcurrency - found
- -- Looking for pthread_getconcurrency
- -- Looking for pthread_getconcurrency - found
- -- Looking for pthread_setaffinity_np
- -- Looking for pthread_setaffinity_np - found
- -- Performing Test COMPILES_PTHREAD_SETAFFINITY_NP
- -- Performing Test COMPILES_PTHREAD_SETAFFINITY_NP - Success
- CMake Error at osg/CMakeLists.txt:328 (LINK_INTERNAL):
- Unknown CMake command "LINK_INTERNAL".
- CMake Warning (dev) in CMakeLists.txt:
- No cmake_minimum_required command is present. A line of code such as
- cmake_minimum_required(VERSION 2.8)
- should be added at the top of the file. The version specified may be lower
- if you wish to support older CMake versions for this project. For more
- information run "cmake --help-policy CMP0000".
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Configuring incomplete, errors occurred!
复制代码 |
|