Skip to content

Commit

Permalink
hotfix: fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
TaehyunYoon-TIM committed Dec 18, 2024
1 parent 2b26909 commit 1de9505
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 @@ -84,7 +84,7 @@ endif()

## Build libraries
find_package(Threads REQUIRED)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)
# add sdk main library
add_library(${PROJECT_NAME}
########################
Expand Down

0 comments on commit 1de9505

Please sign in to comment.