Skip to content

Commit

Permalink
Fixing the Linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
apanteleev committed Nov 21, 2023
1 parent f29281a commit b319f34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ if(CONFIG_USE_CURL)
add_subdirectory(curl)

set_target_properties(libcurl_static PROPERTIES FOLDER extern)
set_target_properties(libcurl_object PROPERTIES FOLDER extern)
if (TARGET libcurl_object)
set_target_properties(libcurl_object PROPERTIES FOLDER extern)
endif()
set_target_properties(curl_uninstall PROPERTIES FOLDER extern)
endif()

Expand Down

0 comments on commit b319f34

Please sign in to comment.