We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29986d0 commit 2e24591Copy full SHA for 2e24591
CMakeLists.txt
@@ -101,10 +101,10 @@ target_include_directories(${PROJECT_NAME} PUBLIC
101
)
102
103
target_compile_options(${PROJECT_NAME} BEFORE PRIVATE
104
- ${LTM_C_FLAGS}
+ ${LTC_C_FLAGS}
105
106
target_link_options(${PROJECT_NAME} BEFORE PRIVATE
107
- ${LTM_LD_FLAGS}
+ ${LTC_LD_FLAGS}
108
109
110
set_target_properties(${PROJECT_NAME} PROPERTIES
0 commit comments