diff --git a/bin/rez-cmake b/bin/rez-cmake index cddda179b..76bf4b9b3 100755 --- a/bin/rez-cmake +++ b/bin/rez-cmake @@ -131,6 +131,12 @@ case $build_system in exit 1 fi ;; + codeblocks) + cmake -G "CodeBlocks - Unix Makefiles" $cmake_arguments + if [ $? -ne 0 ]; then + exit 1 + fi + ;; make) cmake -G "Unix Makefiles" $cmake_arguments if [ $? -ne 0 ]; then