Cleanup: wrap long lines for CMake
This commit is contained in:
@@ -16,9 +16,15 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${TEST_OUT_DIR})
|
||||
# message(FATAL_ERROR "CMake test directory not found!")
|
||||
# endif()
|
||||
|
||||
# for testing with valgrind prefix: valgrind --track-origins=yes --error-limit=no
|
||||
set(TEST_BLENDER_EXE $<TARGET_FILE:blender> --background --factory-startup --debug-memory --debug-exit-on-error --env-system-scripts ${CMAKE_SOURCE_DIR}/scripts)
|
||||
|
||||
# For testing with VALGRIND prefix: `valgrind --track-origins=yes --error-limit=no`
|
||||
set(TEST_BLENDER_EXE
|
||||
$<TARGET_FILE:blender>
|
||||
--background
|
||||
--factory-startup
|
||||
--debug-memory
|
||||
--debug-exit-on-error
|
||||
--env-system-scripts ${CMAKE_SOURCE_DIR}/scripts
|
||||
)
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user