Skip to content

Commit

Permalink
fix CUKE_RUNTIME_PATH scope issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kreuzberger authored and ursfassler committed Aug 1, 2024
1 parent 586a232 commit 963626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ if(CUKE_ENABLE_QT_5)
add_library( Qt::Gui ALIAS Qt5::Gui)
add_library( Qt::Widgets ALIAS Qt5::Widgets)
add_library( Qt::Test ALIAS Qt5::Test)
set( CUKE_QT_RUNTIME_PATH $<TARGET_FILE_DIR:Qt5::Test> )
endif()
set( CUKE_QT_RUNTIME_PATH $<TARGET_FILE_DIR:Qt5::Test> )
endif()

if(CUKE_ENABLE_QT_6)
Expand Down

0 comments on commit 963626c

Please sign in to comment.