Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Fix build problem on cmake 3.10 #9874

Merged
merged 1 commit into from
Jan 6, 2021
Merged

Fix build problem on cmake 3.10 #9874

merged 1 commit into from
Jan 6, 2021

Conversation

softprofe
Copy link
Contributor

No description provided.

…ke 3.10 can't pass build. After this change, using cmake 3.10 passed build.

see also here:
https://cmake.org/cmake/help/v3.0/manual/cmake-buildsystem.7.html
It is not possible to use an IMPORTED target in the left-hand-side of the target_compile_definitions(), target_include_directories(), target_compile_options() or target_link_libraries() commands, as that would be an attempt to modify it. IMPORTED targets are designed to be used only in the right-hand-side of those commands.
@softprofe softprofe merged commit 563a46a into develop Jan 6, 2021
@softprofe softprofe deleted the keke_epe561_cmake3.10 branch January 6, 2021 18:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants