of icon indicating copy to clipboard operation
of copied to clipboard

error while making examples (add_executable)

Open hsab opened this issue 8 years ago • 2 comments

I had some issues with compiling the examples. Specifically I get an error regarding invalid number of arguments to add_executable in the example() function. Changing add_executable to:

add_executable(
    ${APP}
    MACOSX_BUNDLE
    ${SRC}
    ${OFXADDONS_SOURCES})

fixed the issue.

hsab avatar Jun 03 '17 18:06 hsab

thanks for the report on which platform did you have the issue ? could you please send me a pull request to fix that ?

avilleret avatar Jun 03 '17 21:06 avilleret

I'm on Ubuntu 16.04.2 with Cmake 3.8.1. I would submit a pull request, but my examples folder is quite different than what you have.

hsab avatar Jun 03 '17 22:06 hsab