We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569d2da commit ba54c97Copy full SHA for ba54c97
app/external/CMakeLists.txt
@@ -166,7 +166,7 @@ ExternalProject_Add(aubio
166
# Kick off a generation by making a dummy/empty project
167
add_library(AubioBuilder STATIC externals.cpp)
168
169
-# Dependency ensures the externals are built${CMAKE_CURRENT_SOURCE_DIR}/../../prebuilt/macos/
+# Dependency ensures the externals are built
170
add_dependencies(AubioBuilder aubio)
171
172
# Copy prebuilt files
0 commit comments