mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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()
|