diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2020-08-25 23:24:25 +0200 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2020-09-14 12:26:07 +0200 |
commit | 218e7785eab5e7856e6fb35b7db4a506b6521831 (patch) | |
tree | ab5169bac682f59038dd7a6f75091d587b37cd29 | |
parent | f0ac8495872ee078f18bd349e3db6883ed4106e2 (diff) | |
download | dlfcn-win32-218e7785eab5e7856e6fb35b7db4a506b6521831.tar.gz dlfcn-win32-218e7785eab5e7856e6fb35b7db4a506b6521831.tar.bz2 dlfcn-win32-218e7785eab5e7856e6fb35b7db4a506b6521831.zip |
Fix cmake warning 'No project() command is present'
-rw-r--r-- | cmake-test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
1 | # Simple CMake project to test the use of dlfcn-win32 | 1 | # Simple CMake project to test the use of dlfcn-win32 |
2 | # imported target. The test compiled is the same compiled | 2 | # imported target. The test compiled is the same compiled |
3 | # as part of the main dlfcn-win32 project | 3 | # as part of the main dlfcn-win32 project |
4 | project(dlfcn-win32-test) | ||
4 | 5 | ||
5 | cmake_minimum_required(VERSION 3.0) | 6 | cmake_minimum_required(VERSION 3.0) |
6 | 7 | ||