Skip to content

Commit 8ae6b4d

Browse files
pszymichigcbot
authored andcommitted
IGC: CMakeLists: add project
If project is not added, CMake will warn about it: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the project() command. Signed-off-by: Conrad Kostecki <[email protected]>
1 parent e2e20fe commit 8ae6b4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR)
1010

11+
project(IGC)
12+
1113
add_subdirectory(IGC)
1214

1315
list(APPEND IGC__IGC_TARGETS "igc_dll")

0 commit comments

Comments
 (0)