From 218e7785eab5e7856e6fb35b7db4a506b6521831 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Tue, 25 Aug 2020 23:24:25 +0200 Subject: Fix cmake warning 'No project() command is present' --- cmake-test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake-test/CMakeLists.txt b/cmake-test/CMakeLists.txt index 815d127..b191317 100644 --- a/cmake-test/CMakeLists.txt +++ b/cmake-test/CMakeLists.txt @@ -1,6 +1,7 @@ # Simple CMake project to test the use of dlfcn-win32 # imported target. The test compiled is the same compiled # as part of the main dlfcn-win32 project +project(dlfcn-win32-test) cmake_minimum_required(VERSION 3.0) -- cgit v1.2.3-55-g6feb