Skip to content

Commit

Permalink
Another include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk authored May 19, 2023
1 parent 690c394 commit 67c3bfa
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 @@ -19,7 +19,7 @@ message( STATUS "${CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES}")
if(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
set(PLATFORM Windows)
elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
set(CXX_INCLUDES -i ${CLANG_INCLUDE_DIRS}/c++/v1/ )
set(CXX_INCLUDES -i ${CLANG_INCLUDE_DIRS}/c++/v1/ -i /usr/local/include/ )
set(PLATFORM OSX)
else()
set(PLATFORM Linux)
Expand Down

0 comments on commit 67c3bfa

Please sign in to comment.