Fixed syntax error in CMake < 3.0.
This commit is contained in:
parent
aa4f45dd12
commit
0cee67e49f
@ -42,8 +42,7 @@ add_library(tox MODULE
|
||||
src/twc-utils.c
|
||||
)
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} \
|
||||
-std=gnu99 -Wall -Wextra -Wno-unused-parameter")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -Wextra -Wno-unused-parameter")
|
||||
|
||||
target_link_libraries(tox toxcore)
|
||||
target_link_libraries(tox toxav)
|
||||
|
Loading…
Reference in New Issue
Block a user