Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
brinkqiang committed Jul 11, 2024
1 parent 3888c5e commit d0563cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ModuleCompileOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ macro(ModuleSetCompileOptions)
SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS}")
SET(CMAKE_STATIC_LINKER_FLAGS "${CMAKE_STATIC_LINKER_FLAGS}")

#LINK_LIBRARIES(rt dl m)
LINK_LIBRARIES(m)
FIND_PROGRAM(CCACHE_FOUND ccache)
IF(CCACHE_FOUND)
SET_PROPERTY(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
Expand Down

0 comments on commit d0563cc

Please sign in to comment.