cmake_minimum_required (VERSION 3.8) cmake_policy(SET CMP0076 NEW) set(THREADS_PREFER_PTHREAD_FLAG True) find_package(Threads REQUIRED) ...
確定! 回上一頁