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:
authorCampbell Barton <ideasman42@gmail.com>2017-11-18 19:46:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-18 19:46:50 +0300
commitabd584144143bdafd5fe2217dc30e2a25e30f071 (patch)
treedec6503753d822772f69238a08d8c7fc9d6055a5 /build_files/build_environment
parent83e4e650744469947551444b3080669779e71d90 (diff)
CMake: remove solaris path
Diffstat (limited to 'build_files/build_environment')
-rw-r--r--build_files/build_environment/patches/cmake/modules/FindBlosc.cmake1
-rw-r--r--build_files/build_environment/patches/cmake/modules/FindCppUnit.cmake1
-rw-r--r--build_files/build_environment/patches/cmake/modules/FindLogC4Plus.cmake1
-rw-r--r--build_files/build_environment/patches/cmake/modules/FindTBB.cmake1
4 files changed, 0 insertions, 4 deletions
diff --git a/build_files/build_environment/patches/cmake/modules/FindBlosc.cmake b/build_files/build_environment/patches/cmake/modules/FindBlosc.cmake
index d490b7a2ff3..8565ddc73ed 100644
--- a/build_files/build_environment/patches/cmake/modules/FindBlosc.cmake
+++ b/build_files/build_environment/patches/cmake/modules/FindBlosc.cmake
@@ -32,7 +32,6 @@ SET(_blosc_SEARCH_DIRS
/usr/local
/sw # Fink
/opt/local # DarwinPorts
- /opt/csw # Blastwave
/opt/lib/blosc
)
diff --git a/build_files/build_environment/patches/cmake/modules/FindCppUnit.cmake b/build_files/build_environment/patches/cmake/modules/FindCppUnit.cmake
index 3dd480356af..781ec0ce6c8 100644
--- a/build_files/build_environment/patches/cmake/modules/FindCppUnit.cmake
+++ b/build_files/build_environment/patches/cmake/modules/FindCppUnit.cmake
@@ -32,7 +32,6 @@ SET(_cppunit_SEARCH_DIRS
/usr/local
/sw # Fink
/opt/local # DarwinPorts
- /opt/csw # Blastwave
/opt/lib/cppunit
)
diff --git a/build_files/build_environment/patches/cmake/modules/FindLogC4Plus.cmake b/build_files/build_environment/patches/cmake/modules/FindLogC4Plus.cmake
index 2002419cc75..6575cd0c763 100644
--- a/build_files/build_environment/patches/cmake/modules/FindLogC4Plus.cmake
+++ b/build_files/build_environment/patches/cmake/modules/FindLogC4Plus.cmake
@@ -32,7 +32,6 @@ SET(_logc4plus_SEARCH_DIRS
/usr/local
/sw # Fink
/opt/local # DarwinPorts
- /opt/csw # Blastwave
/opt/lib/logc4plus
)
diff --git a/build_files/build_environment/patches/cmake/modules/FindTBB.cmake b/build_files/build_environment/patches/cmake/modules/FindTBB.cmake
index 8a821f8092e..c44e03b207d 100644
--- a/build_files/build_environment/patches/cmake/modules/FindTBB.cmake
+++ b/build_files/build_environment/patches/cmake/modules/FindTBB.cmake
@@ -32,7 +32,6 @@ SET(_tbb_SEARCH_DIRS
/usr/local
/sw # Fink
/opt/local # DarwinPorts
- /opt/csw # Blastwave
/opt/lib/tbb
)