We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de409e0 commit 44438fdCopy full SHA for 44438fd
modules/CMakeLists.txt
@@ -28,7 +28,7 @@ target_include_directories(
28
${CMAKE_SOURCE_DIR}/modules ${CMAKE_SOURCE_DIR}/tasks)
29
30
foreach(link envpp json gtest threads openmp tbb mpi stb)
31
- ppc_link_${link}(${exec_func_lib})
+ cmake_language(CALL "ppc_link_${link}" ${exec_func_lib})
32
endforeach()
33
34
add_executable(${exec_func_tests} ${FUNC_TESTS_SOURCE_FILES})
0 commit comments