mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
dff28141dc
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()
|