Skip to content

Commit 963626c

Browse files
kreuzbergerursfassler
authored andcommitted
fix CUKE_RUNTIME_PATH scope issue
1 parent 586a232 commit 963626c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ if(CUKE_ENABLE_QT_5)
169169
add_library( Qt::Gui ALIAS Qt5::Gui)
170170
add_library( Qt::Widgets ALIAS Qt5::Widgets)
171171
add_library( Qt::Test ALIAS Qt5::Test)
172-
set( CUKE_QT_RUNTIME_PATH $<TARGET_FILE_DIR:Qt5::Test> )
173172
endif()
173+
set( CUKE_QT_RUNTIME_PATH $<TARGET_FILE_DIR:Qt5::Test> )
174174
endif()
175175

176176
if(CUKE_ENABLE_QT_6)

0 commit comments

Comments
 (0)