35 lines
1.5 KiB
Text
35 lines
1.5 KiB
Text
|
"C:\Program Files\JetBrains\CLion 2018.1.1\bin\cmake\bin\cmake.exe" -DCMAKE_BUILD_TYPE= -DSDL2_DIR=C:\TEMP\SDL2 -G "CodeBlocks - MinGW Makefiles" C:\Users\Alec\Desktop\GitHub\Basilio
|
||
|
-- The C compiler identification is GNU 4.8.1
|
||
|
-- The CXX compiler identification is GNU 4.8.1
|
||
|
-- Check for working C compiler: C:/MinGW/bin/gcc.exe
|
||
|
-- Check for working C compiler: C:/MinGW/bin/gcc.exe -- works
|
||
|
-- Detecting C compiler ABI info
|
||
|
-- Detecting C compiler ABI info - done
|
||
|
-- Detecting C compile features
|
||
|
-- Detecting C compile features - done
|
||
|
-- Check for working CXX compiler: C:/MinGW/bin/g++.exe
|
||
|
-- Check for working CXX compiler: C:/MinGW/bin/g++.exe -- works
|
||
|
-- Detecting CXX compiler ABI info
|
||
|
-- Detecting CXX compiler ABI info - done
|
||
|
-- Detecting CXX compile features
|
||
|
-- Detecting CXX compile features - done
|
||
|
CMake Error at CMakeLists.txt:11 (find_package):
|
||
|
By not providing "FindSDL2.cmake" in CMAKE_MODULE_PATH this project has
|
||
|
asked CMake to find a package configuration file provided by "SDL2", but
|
||
|
CMake did not find one.
|
||
|
|
||
|
Could not find a package configuration file provided by "SDL2" with any of
|
||
|
the following names:
|
||
|
|
||
|
SDL2Config.cmake
|
||
|
sdl2-config.cmake
|
||
|
|
||
|
Add the installation prefix of "SDL2" to CMAKE_PREFIX_PATH or set
|
||
|
"SDL2_DIR" to a directory containing one of the above files. If "SDL2"
|
||
|
provides a separate development package or SDK, be sure it has been
|
||
|
installed.
|
||
|
|
||
|
|
||
|
-- Configuring incomplete, errors occurred!
|
||
|
See also "C:/Users/Alec/Desktop/GitHub/Basilio/cmake-build-default/CMakeFiles/CMakeOutput.log".
|