You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/assimp/files/findassimp-3.3.1.patch

26 lines
624 B

--- a/cmake-modules/Findassimp.cmake 2016-09-26 07:52:09.719727490 +0200
+++ b/cmake-modules/Findassimp.cmake 2016-09-26 07:52:28.509727838 +0200
@@ -55,13 +55,13 @@
find_path(
assimp_INCLUDE_DIRS
NAMES postprocess.h scene.h version.h config.h cimport.h
- PATHS /usr/local/include/
+ PATHS /usr/include/
)
find_library(
assimp_LIBRARIES
NAMES assimp
- PATHS /usr/local/lib/
+ PATHS /usr/lib/
)
if (assimp_INCLUDE_DIRS AND assimp_LIBRARIES)
@@ -78,4 +78,4 @@
endif (assimp_FIND_REQUIRED)
endif (assimp_FOUND)
-endif(WIN32)
\ Brak znaku nowej linii na końcu pliku
+endif(WIN32)