diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-19 22:16:11 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-22 12:16:57 +0000 |
commit | 777f88336442c887552fb3353db93a5ed5b4ff74 (patch) | |
tree | 8985830bf3d7fb635c99f86519f7d8391b37c054 /test/fixtures/helloworld | |
parent | 5fa00200173151a25a45777e17c0926b7082e953 (diff) |
Fix tests
Change-Id: I9b8dbe26bfe6d1d32cbce09a89b7d0f47d7ef4b5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'test/fixtures/helloworld')
-rw-r--r-- | test/fixtures/helloworld/helloworld/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixtures/helloworld/helloworld/CMakeLists.txt b/test/fixtures/helloworld/helloworld/CMakeLists.txt index 373a6f5..d8a5b26 100644 --- a/test/fixtures/helloworld/helloworld/CMakeLists.txt +++ b/test/fixtures/helloworld/helloworld/CMakeLists.txt @@ -25,12 +25,12 @@ PROJECT_TARGET_ADD(helloworld) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - PREFIX "" + PREFIX "" LABELS "BINDING" - LINK_FLAGS ${BINDINGS_LINK_FLAG} + LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} ) TARGET_LINK_LIBRARIES(${TARGET_NAME} - ${link_libraries} + ${link_libraries} ) |