Skip to content

Commit ba54c97

Browse files
Fix typo in app/external/CMakeLists.txt
Co-authored-by: Lily Foster <[email protected]>
1 parent 569d2da commit ba54c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/external/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ ExternalProject_Add(aubio
166166
# Kick off a generation by making a dummy/empty project
167167
add_library(AubioBuilder STATIC externals.cpp)
168168

169-
# Dependency ensures the externals are built${CMAKE_CURRENT_SOURCE_DIR}/../../prebuilt/macos/
169+
# Dependency ensures the externals are built
170170
add_dependencies(AubioBuilder aubio)
171171

172172
# Copy prebuilt files

0 commit comments

Comments
 (0)