Skip to content

Commit

Permalink
Make PIC example a CXX project
Browse files Browse the repository at this point in the history
This fixes a CI build error, where OpenMP is also searched for the C language.
  • Loading branch information
bernhardmgruber committed Dec 13, 2023
1 parent 3152365 commit 23ba485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/alpaka/pic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: LGPL-3.0-or-later

cmake_minimum_required (VERSION 3.18.3)
project(llama-alpaka-pic)
project(llama-alpaka-pic CXX)

if (MSVC AND MSVC_VERSION VERSION_GREATER_EQUAL 19.37)
# a failing MSVC version is 19.37.32825.0. A working version was 19.35.32217.1.
Expand Down

0 comments on commit 23ba485

Please sign in to comment.