Skip to content

Commit 3367aef

Browse files
committed
QuickTimeStressTest cmake fix
1 parent 3b64d21 commit 3367aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/QuickTimeStressTest/proj/cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set( CMAKE_VERBOSE_MAKEFILE ON )
33

44
project( QuickTimeStressTest )
55

6-
get_filename_component( CINDER_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../.." ABSOLUTE )
6+
get_filename_component( CINDER_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../.." ABSOLUTE )
77
get_filename_component( APP_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../" ABSOLUTE )
88

99
include( "${CINDER_PATH}/proj/cmake/modules/cinderMakeApp.cmake" )

0 commit comments

Comments
 (0)