Changeset 418 in flair-src


Ignore:
Timestamp:
04/20/21 17:56:55 (3 years ago)
Author:
Sanahuja Guillaume
Message:

resolve bug in FLAIR_DEMO_HOST_CXX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake-modules/GlobalCmakeFlair.cmake

    r374 r418  
    184184            endforeach()
    185185        endforeach()
    186 
    187         FLAIR_DEMO(${ARGV})
     186#reconstruct arguments because src_files is a list
     187#todo, use multiValueArgs for src_file; but it will brake all demos cmakelists...
     188        FLAIR_DEMO(${ARGV0} "${ARGV1}" ${ARGV2} ${ARGV3} ${ARGV4})
    188189    else()
    189190        warn("${PROJECT_NAME} will not be built for ${CMAKE_SYSTEM_PROCESSOR} architecture")
Note: See TracChangeset for help on using the changeset viewer.