Change-Id: I5805d6f1f4aa34faf34282244f49741ed5306e49
echo "cmake ../$libsrc -DCONFIG_UNIT_TESTS=0 -DENABLE_DOCS=0"
-cmake ../$libsrc -DCONFIG_UNIT_TESTS=0 -DENABLE_DOCS=0 > /dev/null 2>&1
-if [ $? -ne 0 ]; then
- echo "Error: cmake configure fails!" > $test_dir/aom_error_config.txt
- exit 1
-fi
+~/bin/cmake ../$libsrc -DCONFIG_UNIT_TESTS=0 -DENABLE_DOCS=0 > /dev/null 2>&1
+# if [ $? -ne 0 ]; then
+# echo "Error: cmake configure fails!" > $test_dir/aom_error_config.txt
+# exit 1
+# fi