Skip to content

Commit 2a1b284

Browse files
authored
Merge pull request #609 from atomicmooseca/fix-cmake
Update CMakeLists.txt
2 parents 29986d0 + 2e24591 commit 2a1b284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ target_include_directories(${PROJECT_NAME} PUBLIC
101101
)
102102

103103
target_compile_options(${PROJECT_NAME} BEFORE PRIVATE
104-
${LTM_C_FLAGS}
104+
${LTC_C_FLAGS}
105105
)
106106
target_link_options(${PROJECT_NAME} BEFORE PRIVATE
107-
${LTM_LD_FLAGS}
107+
${LTC_LD_FLAGS}
108108
)
109109

110110
set_target_properties(${PROJECT_NAME} PROPERTIES

0 commit comments

Comments
 (0)