i have used cmake 2.8.3 and tried to compile for eclipse cdt4 for mingw.
in all cases i have this errors:
Code: Select all
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.
Entering C:/commesse/macosx/bullet-2.77/src/MiniCL
CMake Error at MiniCL/CMakeLists.txt:19 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at MiniCL/CMakeLists.txt:20 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
Returning to C:/commesse/macosx/bullet-2.77/src
Entering C:/commesse/macosx/bullet-2.77/src/BulletMultiThreaded
CMake Error at BulletMultiThreaded/CMakeLists.txt:68 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at BulletMultiThreaded/CMakeLists.txt:69 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
Entering C:/commesse/macosx/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers
Entering C:/commesse/macosx/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL
Returning to C:/commesse/macosx/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers
Entering C:/commesse/macosx/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers/CPU
CMake Error at BulletMultiThreaded/GpuSoftBodySolvers/CPU/CMakeLists.txt:20 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at BulletMultiThreaded/GpuSoftBodySolvers/CPU/CMakeLists.txt:21 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
Returning to C:/commesse/macosx/bullet-2.77/src/BulletMultiThreaded/GpuSoftBodySolvers
Returning to C:/commesse/macosx/bullet-2.77/src/BulletMultiThreaded
Returning to C:/commesse/macosx/bullet-2.77/src
Entering C:/commesse/macosx/bullet-2.77/src/BulletSoftBody
CMake Error at BulletSoftBody/CMakeLists.txt:40 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at BulletSoftBody/CMakeLists.txt:41 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
Returning to C:/commesse/macosx/bullet-2.77/src
Entering C:/commesse/macosx/bullet-2.77/src/BulletCollision
CMake Error at BulletCollision/CMakeLists.txt:240 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at BulletCollision/CMakeLists.txt:241 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
Returning to C:/commesse/macosx/bullet-2.77/src
Entering C:/commesse/macosx/bullet-2.77/src/BulletDynamics
CMake Error at BulletDynamics/CMakeLists.txt:82 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at BulletDynamics/CMakeLists.txt:83 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
Returning to C:/commesse/macosx/bullet-2.77/src
Entering C:/commesse/macosx/bullet-2.77/src/LinearMath
CMake Error at LinearMath/CMakeLists.txt:41 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
CMake Error at LinearMath/CMakeLists.txt:42 (SET_TARGET_PROPERTIES):
set_target_properties called with incorrect number of arguments.
Returning to C:/commesse/macosx/bullet-2.77/src
Configuring incomplete, errors occurred!