ports/devel/inastemp/files/patch-CMakeLists.txt
Yuri Victorovich d4cff33309 New port: devel/inastemp: C++ library to use SIMD vectorization
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13703
2018-01-02 10:41:23 +00:00

11 lines
387 B
Text

--- CMakeLists.txt.orig 2017-12-31 01:19:25 UTC
+++ CMakeLists.txt
@@ -288,7 +288,7 @@ configure_file(${INASTEMP_SOURCE_DIR}/CM
@ONLY IMMEDIATE
)
if(INASTEMP_DO_INSTALL)
- install(FILES ${INASTEMP_BINARY_DIR}/InastempInfo.cmake DESTINATION lib/ )
+ install(FILES ${INASTEMP_BINARY_DIR}/InastempInfo.cmake DESTINATION lib/cmake )
endif()
if(INASTEMP_AS_SUBPROJECT)