Skip to content

Commit

Permalink
Merge pull request #609 from atomicmooseca/fix-cmake
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
sjaeckel authored Jan 18, 2023
2 parents 29986d0 + 2e24591 commit 2a1b284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ target_include_directories(${PROJECT_NAME} PUBLIC
)

target_compile_options(${PROJECT_NAME} BEFORE PRIVATE
${LTM_C_FLAGS}
${LTC_C_FLAGS}
)
target_link_options(${PROJECT_NAME} BEFORE PRIVATE
${LTM_LD_FLAGS}
${LTC_LD_FLAGS}
)

set_target_properties(${PROJECT_NAME} PROPERTIES
Expand Down

0 comments on commit 2a1b284

Please sign in to comment.