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

Linux is missing files when compiled with cmake #101

Open
Mangomm opened this issue Apr 19, 2024 · 0 comments
Open

Linux is missing files when compiled with cmake #101

Mangomm opened this issue Apr 19, 2024 · 0 comments

Comments

@Mangomm
Copy link

Mangomm commented Apr 19, 2024

if (CMAKE_SYSTEM_NAME MATCHES "Linux")
add_definitions(-fPIC)
list(APPEND SOURCES
src/mfx_library_iterator_linux.cpp
src/mfx_load_dll_linux.cpp
src/mfx_critical_section_linux.cpp
)
endif (CMAKE_SYSTEM_NAME MATCHES "Linux")

missing:
CMake Error at 3rdlib/src/libmfx/CMakeLists.txt:70 (add_library):
Cannot find source file:

src/mfx_library_iterator_linux.cpp

CMake Error at 3rdlib/src/libmfx/CMakeLists.txt:70 (add_library):
No SOURCES given to target: libmfx

Since version 1.32.1, these files are missing.

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