Skip to content

Commit c3f947a

Browse files
committed
Add missing project declaration
The lack of a `project(qsim)` declaration may not have been a problem with old versions of cmake, but in newer versions, its absence causes build failures.
1 parent 93c414a commit c3f947a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
project(qsim)
2+
13
set(CMAKE_CXX_STANDARD 11)
24
cmake_minimum_required(VERSION 3.31)
35

0 commit comments

Comments
 (0)