Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@ target_include_directories(wpsnative PRIVATE
${LIBNL_INSTALL_DIR}/include/libnl3
)

# Ensure wpsnative waits for external projects to finish
add_dependencies(wpsnative openssl_external libnl_external hostap_external pixiewps_exec wpa_supplicant_exec)

target_compile_options(wpsnative PRIVATE
-ffunction-sections
-fdata-sections
Expand Down Expand Up @@ -324,3 +321,6 @@ add_custom_target(wpa_supplicant_exec ALL
DEPENDS hostap_external
COMMENT "Copying wpa_supplicant and wpa_cli executables"
)

# Ensure wpsnative waits for external projects to finish
add_dependencies(wpsnative openssl_external libnl_external hostap_external pixiewps_exec wpa_supplicant_exec)
Loading