Skip to content

Commit

Permalink
fix: build issue with CMake 3.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Jul 15, 2021
1 parent e67fe65 commit 847de56
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 @@ -59,7 +59,7 @@ elseif (CMAKE_SYSTEM_NAME MATCHES Darwin)
endif()

# @todo clean complier warnings in the code
target_compile_options(quicer_static PUBLIC "-og" "-ggdb3" "-Wno-unused-variable")
target_compile_options(quicer_static PUBLIC "-ggdb3" "-Wno-unused-variable")

add_library(quicer_nif SHARED ${SOURCES})
if (CMAKE_SYSTEM_NAME MATCHES Linux)
Expand Down

0 comments on commit 847de56

Please sign in to comment.