Skip to content

Commit

Permalink
Weird char fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and github-actions[bot] committed Nov 16, 2021
1 parent aebcb70 commit 1ea5623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/o2/src/CMakeLists.txt
Expand Up @@ -193,7 +193,7 @@ endif(BUILD_SHARED_LIBS AND APPLE AND POLICY CMP0042)
add_library( o2 ${o2_SRCS} ${o2_HDRS} )

if(BUILD_SHARED_LIBS)
add_definitions( -DO2_SHARED_LIB )
add_definitions( -DO2_SHARED_LIB )
endif(BUILD_SHARED_LIBS)

if(o2_WITH_QT5)
Expand Down

0 comments on commit 1ea5623

Please sign in to comment.