We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce42b1d commit 3d963a9Copy full SHA for 3d963a9
tests/asio_repe/CMakeLists.txt
@@ -6,10 +6,7 @@ FetchContent_Declare(
6
GIT_TAG asio-1-30-1
7
GIT_SHALLOW TRUE
8
)
9
-FetchContent_GetProperties(asio)
10
-if(NOT asio_POPULATED)
11
- FetchContent_Populate(asio)
12
-endif()
+FetchContent_MakeAvailable(asio)
13
14
add_executable(${PROJECT_NAME} ${PROJECT_NAME}.cpp)
15
0 commit comments