Skip to content

Commit 30a5ea7

Browse files
move to top
1 parent f042fb4 commit 30a5ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
#
1818

1919
cmake_minimum_required (VERSION 3.16)
20-
20+
set(CMAKE_CXX_STANDARD 17)
21+
2122
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
2223
option(BUILD_VOICE_SUPPORT "Build voice support" ON)
2324
option(RUN_LDCONFIG "Run ldconfig after installation" ON)
@@ -156,6 +157,5 @@ else()
156157
endif()
157158

158159
if (NOT WIN32)
159-
set(CMAKE_CXX_STANDARD 17)
160160
target_link_libraries(dpp PRIVATE std::filesystem)
161161
endif()

0 commit comments

Comments
 (0)