Skip to content

Commit 9c1b1e4

Browse files
committed
Rename async to helio
1 parent 38478cf commit 9c1b1e4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD 17)
1212

1313
# We must define all the required variables from the root cmakefile, otherwise
1414
# 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})
1616
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
1717

1818
include(third_party)
@@ -21,7 +21,7 @@ include(internal)
2121
Message(STATUS "THIRD_PARTY_LIB_DIR ${THIRD_PARTY_LIB_DIR}")
2222

2323
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
24-
include_directories(async)
24+
include_directories(helio)
2525

26-
add_subdirectory(async)
26+
add_subdirectory(helio)
2727
add_subdirectory(server)

async

-1
This file was deleted.

helio

Submodule helio added at 29e247c

0 commit comments

Comments
 (0)