We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f5d59 commit e7562f1Copy full SHA for e7562f1
src/CMakeLists.txt
@@ -15,8 +15,6 @@ else()
15
set(APP "appbuilder")
16
endif()
17
18
-target_compile_features(${APP} PRIVATE cxx_std_20)
19
-
20
set(APP_SOURCES "QnnSampleApp.cpp"
21
"main.cpp"
22
"Log/Logger.cpp"
@@ -45,6 +43,7 @@ set(APP_SOURCES_ARCH "PAL/src/linux/Directory.cpp"
45
43
46
44
47
ADD_LIBRARY(${APP} SHARED ${APP_SOURCES} ${APP_SOURCES_ARCH})
+target_compile_features(${APP} PRIVATE cxx_std_20)
48
49
if (MSVC)
50
target_compile_options(${APP} PRIVATE /O2 /GL /fp:fast)
0 commit comments