Skip to content

Commit 1a30f6f

Browse files
committed
fix(win/linux): mwc var in cmake templates
1 parent 28cacaa commit 1a30f6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/app_config/templates/linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(BINARY_NAME "place_holder")
1010
set(APPLICATION_ID "com.place.holder")
1111

1212
set(INCLUDE_EPIC_SO INCLUDE_EPIC_SO_FLAG)
13-
set(INCLUDE_MWC_SO INCLUDE_EPIC_SO_FLAG)
13+
set(INCLUDE_MWC_SO INCLUDE_MWC_SO_FLAG)
1414

1515
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
1616
# versions of CMake.

scripts/app_config/templates/windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(place_holder LANGUAGES CXX)
77
set(BINARY_NAME "place_holder")
88

99
set(INCLUDE_EPIC_SO INCLUDE_EPIC_SO_FLAG)
10-
set(INCLUDE_MWC_SO INCLUDE_EPIC_SO_FLAG)
10+
set(INCLUDE_MWC_SO INCLUDE_MWC_SO_FLAG)
1111

1212
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
1313
# versions of CMake.

0 commit comments

Comments
 (0)