Skip to content

Commit 345f8bc

Browse files
committed
test
Signed-off-by: cuneyt.ozdas <cuneyt.ozdas@autodesk.com>
1 parent 223bcf1 commit 345f8bc

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

docs/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright Contributors to the OpenColorIO Project.
33

4+
# For Makefiles
5+
set(CMAKE_VERBOSE_MAKEFILE ON)
6+
7+
# For MSBuild (Visual Studio)
8+
set(CMAKE_MSBUILD_FLAGS "/verbosity:detailed")
9+
10+
411
###############################################################################
512
### Python ###
613

share/cmake/macros/GetPythonPreCommand.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
# ${Python_PRE_COMMAND} ${Python_EXECUTABLE} [args]
1616
#
1717

18+
# For Makefiles
19+
set(CMAKE_VERBOSE_MAKEFILE ON)
20+
21+
# For MSBuild (Visual Studio)
22+
set(CMAKE_MSBUILD_FLAGS "/verbosity:detailed")
23+
1824
macro(get_python_pre_command)
1925

2026
# Override PYTHONPATH to make the PyOpenColorIO build and additional paths

0 commit comments

Comments
 (0)