mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 14:10:27 -06:00
UseSWIG: add policy to manage target naming strategy.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
cmake_minimum_required(VERSION 3.1...3.13)
|
||||
|
||||
project(TestMultiplePython CXX)
|
||||
|
||||
@@ -17,7 +17,6 @@ else()
|
||||
set (PS ":")
|
||||
endif()
|
||||
|
||||
set(UseSWIG_TARGET_NAME_PREFERENCE STANDARD)
|
||||
unset(CMAKE_SWIG_FLAGS)
|
||||
|
||||
set_property(SOURCE "../example.i" PROPERTY CPLUSPLUS ON)
|
||||
|
||||
Reference in New Issue
Block a user