From 5b4b382d2c8756a22b364486ef973d7059b020f8 Mon Sep 17 00:00:00 2001 From: Karl Goetz Date: Wed, 17 Dec 2014 20:25:21 +1100 Subject: [PATCH] Remove unneeded comments These comments indicated TODO items and are no longer needed in the final change. --- mk/macosx/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/mk/macosx/CMakeLists.txt b/mk/macosx/CMakeLists.txt index 647e1ff9..e4705f9b 100644 --- a/mk/macosx/CMakeLists.txt +++ b/mk/macosx/CMakeLists.txt @@ -26,9 +26,6 @@ IF(NOT CONFIG_HAS_BEEN_RUN_BEFORE) ENDIF(NOT CONFIG_HAS_BEEN_RUN_BEFORE) # Include extra paths to search for includes; this is the default system wide macports path. - -# Try to get /opt/local in my path http://stackoverflow.com/questions/1487752/how-do-i-instruct-cmake-to-look-for-libraries-installed-by-macports -# Try the better solutions when possible INCLUDE_DIRECTORIES(/opt/local/include) LINK_DIRECTORIES(/opt/local/lib)