File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ else ()
3333
3434 include (GNUInstallDirs)
3535 list (APPEND PREFIX_PATH "${DEPENDENCIES_INSTALL_PREFIX} /fmt_dependency" )
36- set (CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH } ;${PREFIX_PATH }
36+ set (CMAKE_PREFIX_PATH ${PREFIX_PATH } ;${CMAKE_PREFIX_PATH }
3737 CACHE PATH "append fmt library into the search path"
3838 FORCE)
3939endif ()
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ else ()
3232
3333 include (GNUInstallDirs)
3434 list (APPEND PREFIX_PATH "${DEPENDENCIES_INSTALL_PREFIX} /googletest_dependency" )
35- set (CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH } ;${PREFIX_PATH }
35+ set (CMAKE_PREFIX_PATH ${PREFIX_PATH } ;${CMAKE_PREFIX_PATH }
3636 CACHE PATH "append googletest library into the search path"
3737 FORCE)
3838endif ()
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ else ()
5656
5757 include (GNUInstallDirs)
5858 list (APPEND PREFIX_PATH "${DEPENDENCIES_INSTALL_PREFIX} /grpc_dependency" )
59- set (CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH } ;${PREFIX_PATH }
59+ set (CMAKE_PREFIX_PATH ${PREFIX_PATH } ;${CMAKE_PREFIX_PATH }
6060 CACHE PATH "append gRPC libraries and binaries into the search path"
6161 FORCE)
6262endif ()
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ else ()
3030
3131 include (GNUInstallDirs)
3232 list (APPEND PREFIX_PATH "${DEPENDENCIES_INSTALL_PREFIX} /nlohmann_json_dependency" )
33- set (CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH } ;${PREFIX_PATH }
33+ set (CMAKE_PREFIX_PATH ${PREFIX_PATH } ;${CMAKE_PREFIX_PATH }
3434 CACHE PATH "append JSON library into the search path"
3535 FORCE)
3636endif ()
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ else ()
3737
3838 include (GNUInstallDirs)
3939 list (APPEND PREFIX_PATH "${DEPENDENCIES_INSTALL_PREFIX} /spdlog_dependency" )
40- set (CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH } ;${PREFIX_PATH }
40+ set (CMAKE_PREFIX_PATH ${PREFIX_PATH } ;${CMAKE_PREFIX_PATH }
4141 CACHE PATH "append spdlog library into the search path"
4242 FORCE)
4343endif ()
You can’t perform that action at this time.
0 commit comments