CMakeLists.txt
branch0.9.23
changeset 12887 62f7d28e93e3
parent 12834 148c9524f38d
child 12889 8f99199b33ea
equal deleted inserted replaced
12874:7caa4ec513bd 12887:62f7d28e93e3
     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