Skip to content

Commit cdb93d6

Browse files
committed
(Groan) Put in two double-quotes where it should be one, causing all AppVeyor builds to fail
1 parent 2dc2cc3 commit cdb93d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/project_common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ if(PDC_BUILD_SHARED)
9393
target_link_libraries(${PDCURSE_PROJ} ${EXTRA_LIBS}
9494
${SDL2_LIBRARIES} ${SDL2_DEP_LIBRARIES})
9595
endif()
96-
elseif((${PROJECT_NAME} STREQUAL "wincon") OR (${PROJECT_NAME} STREQUAL "wingui") OR (${PROJECT_NAME} STREQUAL "vt""))
96+
elseif((${PROJECT_NAME} STREQUAL "wincon") OR (${PROJECT_NAME} STREQUAL "wingui") OR (${PROJECT_NAME} STREQUAL "vt"))
9797
target_link_libraries(${PDCURSE_PROJ} ${EXTRA_LIBS} ${WINCON_WINGUI_DEP_LIBS})
9898
else()
9999
target_link_libraries(${PDCURSE_PROJ} ${EXTRA_LIBS})

0 commit comments

Comments
 (0)