BUGS-P-0 A-1-i Under-dev Proto
This commit is contained in:
1
picotool/tmp/picotoolBuild-cfgcmd.txt
Normal file
1
picotool/tmp/picotoolBuild-cfgcmd.txt
Normal file
@@ -0,0 +1 @@
|
||||
cmd='/usr/bin/cmake;--no-warn-unused-cli;-DCMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake;-DPICO_SDK_PATH:FILEPATH=/home/p7mj/pico/pico-sdk;-DPICOTOOL_NO_LIBUSB=1;-DPICOTOOL_FLAT_INSTALL=1;-DCMAKE_INSTALL_PREFIX=/home/p7mj/pico/lora_node/_deps;-DCMAKE_RULE_MESSAGES=OFF;-DCMAKE_INSTALL_MESSAGE=NEVER;-GUnix Makefiles;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
||||
27
picotool/tmp/picotoolBuild-mkdirs.cmake
Normal file
27
picotool/tmp/picotoolBuild-mkdirs.cmake
Normal file
@@ -0,0 +1,27 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
cmake_minimum_required(VERSION ${CMAKE_VERSION}) # this file comes with cmake
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "/home/p7mj/pico/lora_node/_deps/picotool-src")
|
||||
file(MAKE_DIRECTORY "/home/p7mj/pico/lora_node/_deps/picotool-src")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/p7mj/pico/lora_node/_deps/picotool-build"
|
||||
"/home/p7mj/pico/lora_node/_deps"
|
||||
"/home/p7mj/pico/lora_node/picotool/tmp"
|
||||
"/home/p7mj/pico/lora_node/picotool/src/picotoolBuild-stamp"
|
||||
"/home/p7mj/pico/lora_node/picotool/src"
|
||||
"/home/p7mj/pico/lora_node/picotool/src/picotoolBuild-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/p7mj/pico/lora_node/picotool/src/picotoolBuild-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/p7mj/pico/lora_node/picotool/src/picotoolBuild-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
||||
Reference in New Issue
Block a user