From cb1d116cce1bd18bb055949fd4dc91a18e656a2c Mon Sep 17 00:00:00 2001 From: Jim Westfall Date: Wed, 2 Jan 2019 16:41:43 -0800 Subject: [PATCH] Fix OSX builds for macports macports command is 'port' not 'ports' --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba130f50..538f8f9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -312,7 +312,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Windows") ) elseif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") find_program(BREW_PROGRAM "brew") - find_program(PORT_PROGRAM "ports") + find_program(PORT_PROGRAM "port") if (IS_DIRECTORY /opt/local AND PORT_PROGRAM) # macports