mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
85b8b7169f
- add an option to keep the static ones; - add an external pkg-plist.
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
--- CMakeLists.txt.orig 2013-03-30 16:24:50 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -19,8 +19,10 @@ execute_process(COMMAND ${CMAKE_COMMAND}
|
|
# Prepare libraries.
|
|
if(SHARED)
|
|
set(ParMETIS_LIBRARY_TYPE SHARED)
|
|
+ set(METIS_LIBRARY_TYPE SHARED)
|
|
else()
|
|
set(ParMETIS_LIBRARY_TYPE STATIC)
|
|
+ set(METIS_LIBRARY_TYPE STATIC)
|
|
endif()
|
|
|
|
include(${GKLIB_PATH}/GKlibSystem.cmake)
|