Skip to content

Commit

Permalink
Updated debugging output to show the flags with spaces not |.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Feb 14, 2024
1 parent 072c001 commit 7a076e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/SuperBuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ set(TLRENDER_EXTERNAL_ARGS
-DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES}
-DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS})
string(REPLACE ";" " " TLRENDER_EXTERNAL_ARGS_TMP "${TLRENDER_EXTERNAL_ARGS}")
message("TLRENDER_EXTERNAL_ARGS: " ${TLRENDER_EXTERNAL_ARGS_TMP})
message("TLRENDER_EXTERNAL_ARGS: " ${TLRENDER_EXTERNAL_ARGS})

# External dependencies.
find_package(Threads REQUIRED)
Expand Down

0 comments on commit 7a076e6

Please sign in to comment.