How to handle "Strict inequality ($x > 0$)" in cvx

One variable in my model is strictly positive, so I put it as x>0 but CVX considering this variable as nonnegative. How to overcome this situation?

This is discussed in the documentation.