Merging this, even if I'm not a fan of using toolchain files, would cost us a bit more files to maintain and test. (I did see that you had ported all my smoke tests to run on cmake - not sure if I'd go with that or just something smaller. In any case, I'm pretty sure I...
Bad CMake executable "C:\Program Files\CMake\bin\cmake.exe". #685 hheld commented on Nov 1, 2019 hheld on Nov 1, 2019 It works when you use /snap/cmake/current/bin/cmake as CMake Path. All snap executables seem to be just symbolic links to /usr/bin/snap, and that seems ...
For further information, please refer to the following resources: "Effective CMake: a random selection of best practices" by Daniel Pfeifer, "Embracing Modern CMake," CMake tutorial, "CMake with subdirectories," "CMake share library with multiple executables," and "Renaming `CMakeLists.txt`....
CMakeFiles/ubusd_library.dir/ubusd.c.o: plugin needed to handle lto object /home/yejq/program/mt76x8/staging_dir/toolchain-mipsel_24kc_gcc-8.4.0_musl/bin/mipsel-openwrt-linux-musl-ranlib: libubusd_library.a(ubusd.c.o): plugin needed to handle lto object make[6]: Leaving directory '/...
DKMS make.log for openafs-1.8.6pre1 for kernel 5.7.0-1-amd64 (x86_64) Tue 30 Jun 2020 12:34:56 PM EDT checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking...
# cmake-lint: disable=E1126 # cmake-lint: disable=R0912 # cmake-lint: disable=R0915 # cmake-format: on # _check_deps_version: Checks for obs-deps VERSION file in prefix paths macro(_check_deps_version version) set(found FALSE) foreach(path IN LISTS CMAKE_PREFIX_PATH) if(EXISTS ...
Teach the Windows-GNU.cmake platform file to look for Visual Studio tools matching the target ABI. Add an extra step to the link command for shared libraries and executables that export symbols and on which a new GNUtoMS property is set (initialized by the CMAKE_GNUtoMS option). Tell the ...
I managed to build ZLIB from source and install it to /tmp/zlib on Windows. Built Avro successfully by running cmake .. -DCMAKE_PREFIX_PATH=/tmp/zlib -DAVRO_BUILD_EXECUTABLES=OFF -DAVRO_BUILD_TESTS=OFF Built Iceberg successfully by running cmake .. -DCMAKE_PREFIX_PATH=/tmp/zlib. 👍...
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD=$JAVA_HOME/jre/sh/java...
message("Executables:") message(" bitcoind ... ${BUILD_DAEMON}") message("Optional features:") message(" port mapping:") message(" - using NAT-PMP ... ${WITH_NATPMP}") message("") if(CMAKE_CROSSCOMPILING) set(cross_status "TRUE, for ${CMAKE_SYSTEM_NAME}, ${CMAKE_SYSTEM_PROCES...