带有TestBigEndian错误的CMake配置文件

时间:2019-02-07 02:08:48

标签: build cmake

我正在构建一个包含geographic_lib的东西,并在窗口10 x64上使用VS 2013 Update 5时出现如下所示的CmakeList错误:

Searching 16 bit integer CMake Error at C:/ProgramFiles/CMake/share/cmake-3.13/ModulesTestBigEndian.cmake:49
(message): no suitable type found
Call Stack (most recent call first):
src/geographic_lib/CMakeLists.txt:236 (test_big_endian)

src/geographic_lib/CMakeLists.txt:236显示

include (TestBigEndian)
test_big_endian (GEOGRAPHICLIB_WORDS_BIGENDIAN)

我的系统是Little-endian platform时是intel,我想知道是否注释掉这会影响我的构建结果?如果我注释掉2条提到的行,我可以生成。

0 个答案:

没有答案