comparison Applications/StoneWebViewer/Plugin/CMakeLists.txt @ 1730:af4a2d08549c

preparing for release
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2020 12:47:05 +0100
parents 32e765ca7193
children 816e1634f221
comparison
equal deleted inserted replaced
1729:f62f5ee5a432 1730:af4a2d08549c
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 19
20 cmake_minimum_required(VERSION 2.8.3) 20 cmake_minimum_required(VERSION 2.8.3)
21 cmake_policy(SET CMP0058 NEW)
21 22
22 project(StoneWebViewerPlugin) 23 project(StoneWebViewerPlugin)
23 24
24 set(ORTHANC_PLUGIN_VERSION "mainline") 25 set(ORTHANC_PLUGIN_VERSION "mainline")
25 26