CMakeLists.txt
changeset 12889 8f99199b33ea
parent 12851 4ffab41560c5
parent 12887 62f7d28e93e3
child 13303 e3613c0d3600
equal deleted inserted replaced
12886:a089326f0e16 12889:8f99199b33ea
     7     if(POLICY ${hwpolicy})
     7     if(POLICY ${hwpolicy})
     8         cmake_policy(SET ${hwpolicy} NEW)
     8         cmake_policy(SET ${hwpolicy} NEW)
     9     endif()
     9     endif()
    10 endforeach()
    10 endforeach()
    11 
    11 
    12 foreach(hwpolicy CMP0026)
    12 foreach(hwpolicy CMP0026 CMP0068)
    13     if(POLICY ${hwpolicy})
    13     if(POLICY ${hwpolicy})
    14         cmake_policy(SET ${hwpolicy} OLD)
    14         cmake_policy(SET ${hwpolicy} OLD)
    15     endif()
    15     endif()
    16 endforeach()
    16 endforeach()
    17 
    17