I prefer to use the comment in endif

This commit is contained in:
Laurent Rineau 2008-11-06 10:44:03 +00:00
parent fe3c92fe42
commit 6042bbb30d
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 2.4.5)
if ( COMMAND cmake_policy )
cmake_policy( SET CMP0003 NEW )
endif()
if(COMMAND cmake_policy)
cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)
set ( prj Surface_mesher )