Skip to content

Commit

Permalink
Draft, just for testing individual CI under spack 0.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles PIGNEROL committed Nov 5, 2024
1 parent 2c7a8ed commit 3bbca05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_link/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.20)
project(test_link)


set(CMAKE_CXX_STANDARD 14)

find_package (PrefsQt REQUIRED)
Expand All @@ -13,4 +14,4 @@ enable_testing()
add_test(
NAME link_on_lib
COMMAND $<TARGET_FILE:test_link>
)
)

0 comments on commit 3bbca05

Please sign in to comment.