File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- [submodule "async "]
2
- path = async
3
- url = https://github.com/romange/async .git
1
+ [submodule "helio "]
2
+ path = helio
3
+ url = https://github.com/romange/helio .git
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD 17)
12
12
13
13
# We must define all the required variables from the root cmakefile, otherwise
14
14
# they just disappear.
15
- set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /async /cmake" ${CMAKE_MODULE_PATH} )
15
+ set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /helio /cmake" ${CMAKE_MODULE_PATH} )
16
16
option (BUILD_SHARED_LIBS "Build shared libraries" OFF )
17
17
18
18
include (third_party)
@@ -21,7 +21,7 @@ include(internal)
21
21
Message (STATUS "THIRD_PARTY_LIB_DIR ${THIRD_PARTY_LIB_DIR} " )
22
22
23
23
include_directories (${CMAKE_CURRENT_SOURCE_DIR} )
24
- include_directories (async )
24
+ include_directories (helio )
25
25
26
- add_subdirectory (async )
26
+ add_subdirectory (helio )
27
27
add_subdirectory (server)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments