Skip to content

Commit

Permalink
Merge 2b04dae into f6c39f4
Browse files Browse the repository at this point in the history
  • Loading branch information
klaussilveira committed May 12, 2016
2 parents f6c39f4 + 2b04dae commit e390936
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion opt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ if(NOT USE_SYSTEM_CURL OR NOT CURL_FOUND)
${CURL_BINARY_DIR}/include/curl)

# Group under the "external" project folder in IDEs such as Visual Studio.
set_property(TARGET curl PROPERTY FOLDER "external")
if(BUILD_CURL_EXE)
set_property(TARGET curl PROPERTY FOLDER "external")
endif()

set_property(TARGET libcurl PROPERTY FOLDER "external")
endif()

Expand Down

0 comments on commit e390936

Please sign in to comment.