Compile error [SOLVED]

I’m trying to compile audacity on fedora 22 64-bits, but it fail on configure.

It gives me configure: error: ./configure failed for lib-src/libsoxr

./configure: line 17: cmake: command not found
configure: error: ./configure failed for lib-src/libsoxr

If libsoxr is not present on the system, it has to be built from the source code (included in the Audacity source code). Building libsoxr requires cmake.

Nice, I just installed cmake and it works.

Thanks.