Author Topic: cmake color coding issue  (Read 555 times)

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
cmake color coding issue
« on: September 29, 2022, 02:54:58 PM »
See attached screenshot from a CMakeLists.txt file.

Here is the text you can copy/paste to repro:

Code: [Select]
target_include_directories(${EXE_NAME} PUBLIC ${BOOST_PREFIX}/include)
target_link_directories(${EXE_NAME} PUBLIC ${BOOST_LIB_DIR})
target_link_libraries (${EXE_NAME} LINK_PUBLIC boost_program_options ${BUILD_TARGET_LINK_LIBRARIES})

Dennis

  • Senior Community Member
  • Posts: 3966
  • Hero Points: 517
Re: cmake color coding issue
« Reply #1 on: September 29, 2022, 03:13:35 PM »
Fixed for RC1.