hey thanks a lot!
Sorry, i think i made a mistake while explaining which commands i run and the errors they bring up.
Here's the more complete story:when running
cmake ..
, it already fails and i get this:
CMake Error at CMakeLists.txt:809 (install):
install TARGETS given no RUNTIME DESTINATION for executable target
"openxcom".
CMake Error at CMakeLists.txt:824 (target_link_libraries):
The "optimized" argument must be followed by a library.
Same happens with ccmake, so i looked into src/CMakeLists.txt, but it seems fine to my amateur eye
I compared them to the version i successfully compiled with AUR, but don't understand why these errors come up.
I assume that the 1.0 of OXC and Meridians mod share the same dependencies?
Would love to get this working <3