We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: