1
General / Missing dependencies - CMake, CLion
« on: May 11, 2018, 11:58:42 pm »
Hello,
I downloaded 2.5 SFML sources from git, did some configurations with CMake (checked SFML_USE_STATIC_STD_LIBS, unchecked the shared libraries options, specified install prefix) and compiled generated folder using MinGW x86_64-7.3.0-posix-seh (recommended compiler, "mingw32-make install"). Generally, I followed sollution from this topic https://en.sfml-dev.org/forums/index.php?topic=21161.0 (scroll down to the bottom of the page) and got the following output:
CMake Error at cmake_modules/FindSFML.cmake:355 (message):
SFML found but some of its dependencies are missing ( libjpeg)
CLion is set to use the same compiler. You will find my CMakeLists.txt and FindSFML.cmake attached. Could you please help me get it working?
I downloaded 2.5 SFML sources from git, did some configurations with CMake (checked SFML_USE_STATIC_STD_LIBS, unchecked the shared libraries options, specified install prefix) and compiled generated folder using MinGW x86_64-7.3.0-posix-seh (recommended compiler, "mingw32-make install"). Generally, I followed sollution from this topic https://en.sfml-dev.org/forums/index.php?topic=21161.0 (scroll down to the bottom of the page) and got the following output:
CMake Error at cmake_modules/FindSFML.cmake:355 (message):
SFML found but some of its dependencies are missing ( libjpeg)
CLion is set to use the same compiler. You will find my CMakeLists.txt and FindSFML.cmake attached. Could you please help me get it working?