mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13703
11 lines
387 B
Text
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)
|