Skip to content

Commit

Permalink
Fix scope for undefined ESMX_EXE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
danrosen25 committed Jul 13, 2023
1 parent 9ebdf80 commit 5b64bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/addon/ESMX/Driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ endif()

# define ESMX_EXE_NAME
if(NOT DEFINED ESMX_EXE_NAME)
set(ESMX_EXE_NAME "esmx_app")
set(ESMX_EXE_NAME "esmx_app" PARENT_SCOPE)
else()
set(ESMX_EXE_NAME ${ESMX_EXE_NAME} PARENT_SCOPE)
Expand Down

0 comments on commit 5b64bc4

Please sign in to comment.