jiridanek commented on a change in pull request #250:
URL: https://github.com/apache/qpid-proton/pull/250#discussion_r430670130



##########
File path: c/tests/CMakeLists.txt
##########
@@ -88,7 +88,8 @@ if (CMAKE_CXX_COMPILER)
     option(THREADERCISER "Run the threaderciser concurrency tests" 
${DEFAULT_THREADERCISER})
     if (THREADERCISER)
       add_executable(c-threaderciser threaderciser.c)
-      set_target_properties(c-threaderciser PROPERTIES COMPILE_FLAGS 
"${CMAKE_C_FLAGS} ${C_WARNING_FLAGS}")
+      set_target_properties(c-threaderciser
+              PROPERTIES COMPILE_FLAGS "${COMPILE_LANGUAGE_FLAGS} 
${CMAKE_C_FLAGS} ${C_WARNING_FLAGS}")

Review comment:
       ```suggestion
         set_target_properties(c-threaderciser
           PROPERTIES COMPILE_FLAGS "${COMPILE_LANGUAGE_FLAGS} ${CMAKE_C_FLAGS} 
${C_WARNING_FLAGS}")
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to