We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41959b4 commit 79eb767Copy full SHA for 79eb767
samples/CMakeLists.txt
@@ -92,10 +92,9 @@ endif()
92
93
# ******************************************************************************
94
# connection test application
95
-add_executable(conntest conntest.cpp)
96
-list(APPEND APPLICATIONS conntest)
97
-
98
if(EXIV2_ENABLE_WEBREADY)
+ add_executable(conntest conntest.cpp)
+ list(APPEND APPLICATIONS conntest)
99
if(EXIV2_ENABLE_CURL)
100
target_include_directories(conntest SYSTEM PRIVATE ${CURL_INCLUDE_DIR})
101
target_link_libraries(conntest PRIVATE ${CURL_LIBRARIES})
0 commit comments