Skip to content

Commit

Permalink
minor update to scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed Dec 2, 2023
1 parent 917d573 commit 8de0edf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.14...3.23)
cmake_minimum_required(VERSION 3.23.5...3.27)

project(
unoapi_dpcpp_examples
Expand Down
2 changes: 0 additions & 2 deletions setvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ export CXX=clang++
export CFLAGS="-fp-model=precise"
export CXXFLAGS="-fsycl -fp-model=precise"

PATH=/opt/intel/oneapi/compiler/latest/linux/bin-llvm:$PATH

echo ":: set project-specific environment variables"

0 comments on commit 8de0edf

Please sign in to comment.