File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 uses : intel-innersource/libraries.devops.renderkit.workflows/.github/workflows/docker.yml@main
3131 with :
3232 image : rockylinux:8
33- dpcpp-version : intel/2025.1
33+ dpcpp-version : intel/2025.2
3434 cmd : |
3535 export CC=icx
3636 export CXX=icpx
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
1414
1515## Establish project ##
1616
17- project (rkcommon VERSION 1.15.0 LANGUAGES CXX )
17+ project (rkcommon VERSION 1.15.1 LANGUAGES CXX )
1818
1919include (GNUInstallDirs )
2020
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ macro(rkcommon_configure_tasking_system)
142142 endif ()
143143endmacro ()
144144
145+ include (CMakeFindDependencyMacro )
146+
145147macro (rkcommon_create_tasking_target FROM_INSTALL )
146148 set (CMAKE_THREAD_PREFER_PTHREAD TRUE )
147149 set (THREADS_PREFER_PTHREAD_FLAG TRUE )
You can’t perform that action at this time.
0 commit comments