Skip to content

Commit

Permalink
update 3rd script
Browse files Browse the repository at this point in the history
  • Loading branch information
lkpworkspace committed Jun 23, 2024
1 parent 7fd0339 commit 74fa861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ project(myframe_deps VERSION 1.0.0)

include(ExternalProject)

set(DEPS_SOURCE_DIR ${CMAKE_SOURCE_DIR}/src)
set(DEPS_DOWNLOAD_DIR ${CMAKE_SOURCE_DIR}/pkg)
set(DEPS_SOURCE_DIR ${CMAKE_SOURCE_DIR}/src CACHE PATH "package source dir")
set(DEPS_DOWNLOAD_DIR ${CMAKE_SOURCE_DIR}/pkg CACHE PATH "package tgz dir")

ExternalProject_Add(
gflags
Expand Down

0 comments on commit 74fa861

Please sign in to comment.