## ========================== ## == Some useful policies == ## ========================== SET( _policies CMP0015 CMP0020 CMP0042 ) ## ============== ## == Use them == ## ============== FOREACH(_p ${_policies}) IF(POLICY ${_p}) CMAKE_POLICY(SET ${_p} NEW) ENDIF(POLICY ${_p}) ENDFOREACH(_p) ## eof - $RCSfile$