Skip to content

Commit 3bbca05

Browse files
author
Charles PIGNEROL
committed
Draft, just for testing individual CI under spack 0.22.
1 parent 2c7a8ed commit 3bbca05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_link/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cmake_minimum_required(VERSION 3.20)
22
project(test_link)
33

4+
45
set(CMAKE_CXX_STANDARD 14)
56

67
find_package (PrefsQt REQUIRED)
@@ -13,4 +14,4 @@ enable_testing()
1314
add_test(
1415
NAME link_on_lib
1516
COMMAND $<TARGET_FILE:test_link>
16-
)
17+
)

0 commit comments

Comments
 (0)