We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223bcf1 commit 345f8bcCopy full SHA for 345f8bc
2 files changed
docs/CMakeLists.txt
@@ -1,6 +1,13 @@
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright Contributors to the OpenColorIO Project.
3
4
+# For Makefiles
5
+set(CMAKE_VERBOSE_MAKEFILE ON)
6
+
7
+# For MSBuild (Visual Studio)
8
+set(CMAKE_MSBUILD_FLAGS "/verbosity:detailed")
9
10
11
###############################################################################
12
### Python ###
13
share/cmake/macros/GetPythonPreCommand.cmake
@@ -15,6 +15,12 @@
15
# ${Python_PRE_COMMAND} ${Python_EXECUTABLE} [args]
16
#
17
18
19
20
21
22
23
24
macro(get_python_pre_command)
25
26
# Override PYTHONPATH to make the PyOpenColorIO build and additional paths
0 commit comments