Hide Forgot
Description of problem: Despite the fact that the cmake package I have installed is cmake.x86_64 0:2.8.2-3.fc14, which would suggest cmake version 2.8, when I give the command cmake --version it returns cmake version 2.4-patch 7. This is causing problems because [apparently] kdelibs requires version 2.6 or higher. Version-Release number of selected component (if applicable): cmake.x86_64 0:2.8.2-3.fc14 How reproducible: Steps to Reproduce: 1.Install cmake: yum install cmake 2.Run command: cmake --version 3. Actual results: cmake version 2.4-patch 7 Expected results: cmake version 2.8-patch 2 Additional info:
I can't reproduce. What does "which cmake" say?
/usr/local/bin/cmake
ah, I see the problem. You can delete this Sorry for wasting your time