Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 22, 2023
1 parent 4ac6572 commit 4107373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/SuperBuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ set(CMAKE_FIND_FRAMEWORK LAST)
# https://stackoverflow.com/questions/45414507/pass-a-list-of-prefix-paths-to-externalproject-add-in-cmake-args
string(REPLACE ";" "|" CMAKE_MODULE_PATH_TMP "${CMAKE_MODULE_PATH}")
string(REPLACE ";" "|" CMAKE_PREFIX_PATH_TMP "${CMAKE_PREFIX_PATH}")
string(REPLACE ";" "|" CMAKE_CXX_FLAGS_TMP "${CMAKE_CXX_FLAGS}")
string(REPLACE ";" "|" CMAKE_C_FLAGS_TMP "${CMAKE_C_FLAGS}")
string(REPLACE " " "|" CMAKE_CXX_FLAGS_TMP "${CMAKE_CXX_FLAGS}")
string(REPLACE " " "|" CMAKE_C_FLAGS_TMP "${CMAKE_C_FLAGS}")

# Common arguments for building external projects.
set(TLRENDER_EXTERNAL_ARGS
Expand Down

0 comments on commit 4107373

Please sign in to comment.