Skip to content

Commit

Permalink
FIXED: Fix CMake config for MacPorts (fixes #146)
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed Sep 8, 2018
1 parent 4b742da commit 24c5f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ include_directories( ${PROJECT_SOURCE_DIR}/Sources/multimarkdown)
include_directories( ${PROJECT_SOURCE_DIR}/test )
include_directories(${PROJECT_BINARY_DIR})

if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
# using Clang
# Default is 256 -- needed for localization hash function
add_definitions("-fbracket-depth=264")
Expand Down

0 comments on commit 24c5f5f

Please # to comment.