mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 14:58:45 +00:00
![Marc Chevrier](/assets/img/avatar_default.png)
When file property SWIG_MODULE_NAME is specified, provide option -module to SWIG compiler. Fixes: #18374
5 lines
164 B
CMake
5 lines
164 B
CMake
|
|
if (NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/example.py")
|
|
set (RunCMake_TEST_FAILED "Not found expected file: '${RunCMake_TEST_BINARY_DIR}/example.py'.")
|
|
endif()
|