Skip to content

Commit

Permalink
macosx: ignore macports
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jun 24, 2024
1 parent 518b61e commit a93780c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions noson/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ if (MSVC)
set (CMAKE_STATIC_LIBRARY_PREFIX "lib")
endif ()

if(APPLE)
# ignore macports
set(CMAKE_IGNORE_PATH "/opt/local/bin;/opt/local/include;/opt/local/lib")
endif()

set (CMAKE_POSITION_INDEPENDENT_CODE ON)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
set (CMAKE_CXX_STANDARD 11)
Expand Down

0 comments on commit a93780c

Please sign in to comment.