CXX_STANDARD
seems to be there since 3.1-std=gnu++11
manually on mac instead of just relying on CXX_STANDARD?::type
that's the second argumentcmake -G "Ninja" ..
? (edited)CJobPool
and IJob
are the interesting ones. The only use on the server is for hostlookups but you can check out how heinrich used them for HTTP requests in the client[CMake] CMakeLists.txt:249 (set_glob)
1> [CMake] CMakeLists.txt:1608 (set_src)
1> [CMake] This warning is for project developers. Use -Wno-dev to suppress it.
1> [CMake] Call Stack (most recent call first):
1> [CMake] CMakeLists.txt:249 (set_glob)
1> [CMake] CMakeLists.txt:1693 (set_src)
1> [CMake] This warning is for project developers. Use -Wno-dev to suppress it.
1> [CMake] Call Stack (most recent call first):
1> [CMake] CMakeLists.txt:249 (set_glob)
1> [CMake] CMakeLists.txt:1693 (set_src)
1> [CMake] This warning is for project developers. Use -Wno-dev to suppress it.
1> [CMake] Call Stack (most recent call first):
1> [CMake] CMakeLists.txt:249 (set_glob)
1> [CMake] CMakeLists.txt:1694 (set_src)
1> [CMake] This warning is for project developers. Use -Wno-dev to suppress it.
1> [CMake] Call Stack (most recent call first):
1> [CMake] CMakeLists.txt:249 (set_glob)
1> [CMake] CMakeLists.txt:1694 (set_src)
1> [CMake] This warning is for project developers. Use -Wno-dev to suppress it.
1> [CMake] Call Stack (most recent call first):
1> [CMake] CMakeLists.txt:249 (set_glob)
1> [CMake] CMakeLists.txt:1710 (set_src)
1> [CMake] This warning is for project developers. Use -Wno-dev to suppress it.
1> [CMake] Call Stack (most recent call first):
1> [CMake] CMakeLists.txt:249 (set_glob)
1> [CMake] CMakeLists.txt:1710 (set_src)
1> [CMake] This warning is for project developers. Use -Wno-dev to suppress it.
1> [CMake] -- Configuring done
CMake Error (dev) at CMakeLists.txt:218 (message):
GAME_SERVER does not contain every file from directory src/game/server
Call Stack (most recent call first):
CMakeLists.txt:249 (set_glob)
CMakeLists.txt:1608 (set_src)
Determining if the __i386 exist failed with the following output:
Change Dir: C:/Users/cen940k/source/repos/cen94ok/xpanic/build/CMakeFiles/CMakeTmp
Run Build Command(s):nmake /nologo cmTC_b40c9\fast && "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\HostX86\x86\nmake.exe" -f CMakeFiles\cmTC_b40c9.dir\build.make /nologo -L CMakeFiles\cmTC_b40c9.dir\build
Building C object CMakeFiles/cmTC_b40c9.dir/CheckSymbolExists.c.obj
C:\PROGRA~2\MICROS~3\2019\COMMUN~1\VC\Tools\MSVC\1426~1.288\bin\Hostx86\x86\cl.exe @C:\Users\cen940k\AppData\Local\Temp\nm4D12.tmp
CheckSymbolExists.c
C:\Users\cen940k\source\repos\cen94ok\xpanic\build\CMakeFiles\CMakeTmp\CheckSymbolExists.c(7): error C2065: '__i386': undeclared identifier
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~3\2019\COMMUN~1\VC\Tools\MSVC\1426~1.288\bin\Hostx86\x86\cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\bin\HostX86\x86\nmake.exe"' : return code '0x2'
Stop.
(edited)check_symbol_exists(__i386 "" TARGET_ARCH_X86_i386)