Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit 745587c

Browse files
committed
Update APP_ID macro
1 parent 912253f commit 745587c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ add_compile_definitions(BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE
2222
# read app id from app_id.txt
2323
file(READ "app_id.txt" APP_ID)
2424
string(STRIP "${APP_ID}" APP_ID)
25+
set(APP_ID "\"${APP_ID}\"")
2526
add_compile_definitions(APP_ID=${APP_ID})
2627

2728
find_package(unofficial-iconv CONFIG REQUIRED)

src/cqsdk

Submodule cqsdk updated from 5e1aad4 to 7df07d7

0 commit comments

Comments
 (0)