this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Workaround a CMake bug

Fixes https://github.com/darlinghq/darling/issues/495

+1 -1
+1 -1
src/CMakeLists.txt
··· 41 41 include(compiler_include) 42 42 GetCompilerInclude(COMPILER_INC_PATH) 43 43 message(STATUS "Compiler include path detected as ${COMPILER_INC_PATH}") 44 - include_directories(${COMPILER_INC_PATH}) 44 + include_directories(/usr/..${COMPILER_INC_PATH}) 45 45 46 46 find_package(BISON) 47 47 find_package(FLEX)