We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cacaa commit 1a30f6fCopy full SHA for 1a30f6f
2 files changed
scripts/app_config/templates/linux/CMakeLists.txt
@@ -10,7 +10,7 @@ set(BINARY_NAME "place_holder")
10
set(APPLICATION_ID "com.place.holder")
11
12
set(INCLUDE_EPIC_SO INCLUDE_EPIC_SO_FLAG)
13
-set(INCLUDE_MWC_SO INCLUDE_EPIC_SO_FLAG)
+set(INCLUDE_MWC_SO INCLUDE_MWC_SO_FLAG)
14
15
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
16
# versions of CMake.
scripts/app_config/templates/windows/CMakeLists.txt
@@ -7,7 +7,7 @@ project(place_holder LANGUAGES CXX)
7
set(BINARY_NAME "place_holder")
8
9
0 commit comments