Explorar o código

Merge pull request #609 from atomicmooseca/fix-cmake

Update CMakeLists.txt
Steffen Jaeckel %!s(int64=2) %!d(string=hai) anos
pai
achega
2a1b284677
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      CMakeLists.txt

+ 2 - 2
CMakeLists.txt

@@ -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