We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3697b4d commit b778311Copy full SHA for b778311
CMakeLists.txt
@@ -41,6 +41,7 @@ include_directories(${MSGPUCK_INCLUDE_DIRS})
41
# Find small library
42
find_package(Small)
43
if(NOT SMALL_FOUND)
44
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
45
set(SMALL_EMBEDDED ON)
46
add_subdirectory(${CMAKE_SOURCE_DIR}/third_party/small EXCLUDE_FROM_ALL)
47
set(SMALL_INCLUDE_DIRS ${PROJECT_SOURCE_DIR}/third_party/small ${PROJECT_SOURCE_DIR}/third_party/small/third_party)
0 commit comments