Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake error #32

Closed
DeerMaximum opened this issue Sep 26, 2020 · 0 comments
Closed

Cmake error #32

DeerMaximum opened this issue Sep 26, 2020 · 0 comments

Comments

@DeerMaximum
Copy link

I get the following cmake error when adding the project to my own:

1> [CMake] CMake Error at CppServer/modules/CppCommon/cmake/SetPlatformFeatures.cmake:29 (string):
1> [CMake]   string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
1> [CMake]   command.

CMakeLists.txt:

cmake_minimum_required (VERSION 3.8)

project ("Client")

set(CPPSERVER_MODULE OFF)

add_subdirectory(CppServer)

add_executable (Client "Client.cpp" "Client.h")

target_link_libraries(Client PRIVATE cppserver)

I use Window 10 and Visual Studio 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant