本人尝试编译指定commit版本的MRPT库,报错如下, CMake Error at cmakemodules/script_detect_gcc.cmake:16(LIST): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:83(include) CMake Error at cmakemodules/script_detect_gcc.cmake:17(LIST): list GET given empty list...
cmake:17 (LIST): LIST GET given empty list Call Stack (most recent call first): CMakeLists.txt:83 (include) -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Looking for timegm -- Looking for timegm - found -- Looking for _mkgmtime -- Looking for _mkgmtime...
It sets CMAKE_C_COMPILER to the given compiler and the cmake internal variable CMAKE_C_COMPILER_ID to the given compiler-id. It also bypasses the check for working compiler and basic compiler information tests. Macro CMAKE_FORCE_CXX_COMPILER has the following signature: ...
参考:List of _MSC_VER and _MSC_FULL_VER ### # visual studio version # if(MSVC_VERSIONEQUAL1600) set(vs_version vs2010) set(vc_version vc10) elseif(MSVC_VERSIONEQUAL1700) set(vs_version vs2012) set(vc_version vc11) elseif(MSVC_VERSIONEQUAL1800...
cmake_policy(VERSION major.minor[.patch[.tweak]]) Specify that the current CMake list file is written for the given version of CMake. All policies introduced in the specified version or earlier will be set to use NEW behavior. All policies introduced after the specified version will be ...
ldaplist(1) ldapmodify(1) ldapmodrdn(1) ldapsearch(1) ldd(1) lefty(1) less(1) lessecho(1) lesskey(1) let(1) lex(1) lftp(1) lftpget(1) lgrpinfo(1) libgd2(1) libnetcfg(1) libtool(1) libtoolize(1) limit(1) line(1) link(1g) links(1) list_devices(1) listres(1) list...
Use unset(var) to unset a variable, set(var "") to set it to the empty string, and vcpkg_list(SET var) to set it to the empty list. Note: the empty string and the empty list are the same value; this is a notational difference rather than a difference in result All variables ...
Implicitly include the given file when preprocessing using the standalone C Preprocessor rule. The path given should either be a project relative path or an absolute path. Cpp Preprocessor Definitions (CPP_PREPROCESSOR_DEFINITIONS) Space-separated list of preprocessor macros of the form foo or foo=...
root@RP-01:~/h2o# cmake -DCMAKE_INSTALL_PREFIX=/usr/local.CMake Error at /usr/share/cmake-2.8/Modules/FindOpenSSL.cmake:278 (list): list GET given empty list Call Stack (most recent call first): CMakeLists.txt:8 (FIND_PACKAGE) CMake Error at /usr/share/cmake-2.8/Modules/FindO...
CMake Error at python/scikit-build-cmake/FindPythonExtensions.cmake:299 (list): list GET given empty list Call Stack (most recent call first): python/CMakeLists.txt:4 (include) CMake Error at python/scikit-build-cmake/FindPythonExtensions.cmake:303 (list): list GET given empty list Cal...