-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Hi,
I try to build with CMake 3.20.1 with VS2019 or VS2015 but boh fail the generation.
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
Selecting Windows SDK version to target Windows 10.0.19041.
The C compiler identification is MSVC 19.0.24215.1
The CXX compiler identification is MSVC 19.0.24215.1
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe - skipped
Detecting C compile features
Detecting C compile features - done
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
CMake Error at vlCore/plugins/CMakeLists.txt:32 (VL_PROCESS_PROJECT_PLUGINS):
Unknown CMake command "VL_PROCESS_PROJECT_PLUGINS".
Configuring incomplete, errors occurred!
See also "E:/Library/VisualizationLibrary/2.1.0/build/CMakeFiles/CMakeOutput.log".