qhyccd-lzr / QHYCCD_Linux

SDK for QHYCCD cameras
21 stars 17 forks source link

CMakeLists.txt has incorrect quotes #19

Closed historicbruno closed 8 years ago

historicbruno commented 8 years ago

When I tried to build the SDK on Arch Linux ARM, the driver filename was invalid because LIBQHY_VERSION is defined with incorrect quotes: set(LIBQHY_VERSION “0.1.7”) should be: set(LIBQHY_VERSION "0.1.7")

qhyccd-lzr commented 8 years ago

is there any difference between the two strings you are typing?

historicbruno commented 8 years ago

Hi, yes. The incorrect line has U+201C : LEFT DOUBLE QUOTATION MARK {double turned comma quotation mark} and U+201D : RIGHT DOUBLE QUOTATION MARK {double comma quotation mark}, but it should be U+0022 : QUOTATION MARK as in the corrected line.

qhyccd-lzr commented 8 years ago

okay.thanks a lot.