Update launchers/darwin/CMakeLists.txt

This commit is contained in:
Bradley Austin Davis 2019-06-06 09:23:14 -07:00 committed by GitHub
parent 8e1f4b5227
commit a96d57e8d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,6 @@ add_executable(${PROJECT_NAME} MACOSX_BUNDLE ${src_files})
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME ${APP_NAME})
set_from_env(LAUNCHER_HMAC_SECRET LAUNCHER_HMAC_SECRET "")
target_compile_definitions(${PROJECT_NAME} PRIVATE LAUNCHER_HMAC_SECRET="${LAUNCHER_HMAC_SECRET}")
message("HMAC secret ${LAUNCHER_HMAC_SECRET}")
file(GLOB NIB_FILES "nib/*.xib")