File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Cutom target - cmake
22add_custom_target (cmake
33 COMMAND ${CMAKE_COMMAND} -P ${PROJECT_SOURCE_DIR} /cmake/CacheClean.cmake
4- COMMAND echo "Command: ${CMAKE_COMMAND} -G \" ${CMAKE_GENERATOR} \" -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} ${PROJECT_SOURCE_DIR } "
5- COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR} " -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} ${PROJECT_SOURCE_DIR}
4+ COMMAND echo "Command: ${CMAKE_COMMAND} -S ${PROJECT_SOURCE_DIR} - G \" ${CMAKE_GENERATOR} \" -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} "
5+ COMMAND ${CMAKE_COMMAND} -S ${PROJECT_SOURCE_DIR} - G "${CMAKE_GENERATOR} " -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
66)
77
88message (STATUS "Added a custom target for build: 'cmake'" )
Original file line number Diff line number Diff line change 11#pragma once
22constexpr auto TF_VERSION_STR = " 2.5.0" ;
33constexpr auto TF_VERSION_NUMBER = 0x020500 ;
4- constexpr auto TF_SRC_REVISION = 2660 ;
4+ constexpr auto TF_SRC_REVISION = 2676 ;
55
66#include < QMetaType>
77#include < QIODevice>
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ if ERRORLEVEL 1 (
138138 call :CleanUp
139139 exit /B 1
140140)
141- cmake --build build --config %1 --clean-first -j
141+ cmake --build build --config %1 --clean-first
142142if ERRORLEVEL 1 (
143143 echo;
144144 echo Build Error!
You can’t perform that action at this time.
0 commit comments