我的CMakeLists.txt看起来像这样:set_target_properties(Lib PROPERTIES FILE ${BIN_DIR}/LibConfig.cmake)CMake Error at CMakeLists.txtThe following configuration files were considere
我正在用g++/KDe信封/CMake构建(3.16.3)。在我把cmake_minimum_required( VERSION 3.0.0 )放在我的CMakeLists.txt的第一行和一切都好之前,现在我需要将它更改为cmake_minimum_required( VERSION 3.4.0 ),因为有了其他的requirements.But,我可以用新的主程序而不是加载库。我的程序是一些小*.so库作为“模块”,并被dlop