Skip to content

Commit 0f29e6c

Browse files
committed
search /usr/local/include
1 parent 93e5f8b commit 0f29e6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libprojectM/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ if (APPLE)
159159
FIND_LIBRARY(OPENGL_LIBRARIES OpenGL)
160160
# endif (USE_GLES1)
161161
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I/usr/include")
162+
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I/usr/local/include")
162163
else (APPLE)
163164
if (WIN32)
164165
set (RESOURCE_PREFIX "Resources")

0 commit comments

Comments
 (0)