Skip to content

Commit f26978d

Browse files
committed
tests/CMakeLists.txt: Use generic PROJECT_SOURCE_DIR
(Previously it was using the variable `${openshot_SOURCE_DIR}` which assumes the project name is "openshot" — but it changed.)
1 parent f3c35da commit f26978d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
2525
################################################################################
2626

27-
SET(TEST_MEDIA_PATH "${openshot_SOURCE_DIR}/src/examples/")
27+
SET(TEST_MEDIA_PATH "${PROJECT_SOURCE_DIR}/src/examples/")
2828

2929
################ WINDOWS ##################
3030
# Set some compiler options for Windows

0 commit comments

Comments
 (0)