-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 tests fail in 3.10.0: cmake_fetch_content_configure, cmake_fetch_content_build #2951
Comments
Can you provide the exact calls to CMake? |
Same in 3.9.1. cmake call: /usr/bin/env XDG_DATA_HOME=/disk-samsung/freebsd-ports/devel/nlohmann-json/work XDG_CONFIG_HOME=/disk-samsung/freebsd-ports/devel/nlohmann-json/work HOME=/disk-samsung/freebsd-ports/devel/nlohmann-json/work PATH=/disk-samsung/freebsd-ports/devel/nlohmann-json/work/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh /usr/local/bin/cmake -DCMAKE_C_COMPILER:STRING=cc -DCMAKE_CXX_COMPILER:STRING=c++ -DCMAKE_C_FLAGS:STRING=-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -DCMAKE_C_FLAGS_DEBUG:STRING=-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -DCMAKE_C_FLAGS_RELEASE:STRING=-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -DCMAKE_CXX_FLAGS:STRING=-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -DCMAKE_CXX_FLAGS_DEBUG:STRING=-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -DCMAKE_CXX_FLAGS_RELEASE:STRING=-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -DCMAKE_EXE_LINKER_FLAGS:STRING= -fstack-protector-strong -DCMAKE_MODULE_LINKER_FLAGS:STRING= -fstack-protector-strong -DCMAKE_SHARED_LINKER_FLAGS:STRING= -fstack-protector-strong -DCMAKE_INSTALL_PREFIX:PATH=/usr/local -DCMAKE_BUILD_TYPE:STRING=Release -DTHREADS_HAVE_PTHREAD_ARG:BOOL=YES -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=YES -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DJSON_MultipleHeaders:BOOL=ON -DJSON_BuildTests:BOOL=OFF -GNinja -DJSON_BuildTests:BOOL=ON /disk-samsung/freebsd-ports/devel/nlohmann-json/work/json-3.10.0 |
Are your sources checked out via Git or downloaded otherwise? The specific test that fails in your case requires a Git checkout and is labeled with |
Sources are from the tarball from GitHub. |
Then #2951 (comment) describes why the test fails and you can skip this test with ctest -LE git_required |
Ok, thanks, |
OS: FreeBSD 13
The text was updated successfully, but these errors were encountered: