Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2022-02-17 20:44:18 +0300
committerSebastian Parborg <darkdefende@gmail.com>2022-02-17 20:44:18 +0300
commitb6fe1b0c658f5068154f9e4a726de789f5ebb68a (patch)
tree6cd2450b64a4310488137fb093840e28723d2667 /build_files/cmake/platform
parent8355ac97b4327acde8b656e38e5f4911918ef521 (diff)
parenta04300c436d77bf47b94d033c1d832d86425945c (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'build_files/cmake/platform')
-rw-r--r--build_files/cmake/platform/platform_unix.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index 96c402760b7..f68878c5913 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -345,6 +345,7 @@ if(WITH_BOOST)
find_package(IcuLinux)
endif()
mark_as_advanced(Boost_DIR) # why doesn't boost do this?
+ mark_as_advanced(Boost_INCLUDE_DIR) # why doesn't boost do this?
endif()
set(BOOST_INCLUDE_DIR ${Boost_INCLUDE_DIRS})