From 537f4c219571b789ac1eb41f9963189c691b8307 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Tue, 16 Apr 2019 23:03:22 +0200 Subject: [PATCH] [NETREG] Use exceptions with stl --- modules/rosapps/applications/net/netreg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rosapps/applications/net/netreg/CMakeLists.txt b/modules/rosapps/applications/net/netreg/CMakeLists.txt index ce7e2fc6af3..36425680b72 100644 --- a/modules/rosapps/applications/net/netreg/CMakeLists.txt +++ b/modules/rosapps/applications/net/netreg/CMakeLists.txt @@ -1,5 +1,5 @@ -set_cpp(WITH_RUNTIME WITH_STL) +set_cpp(WITH_RUNTIME WITH_STL WITH_EXCEPTIONS) add_executable(netreg netreg.cpp netreg.rc) set_module_type(netreg win32cui) add_importlibs(netreg advapi32 user32 ws2_32 msvcrt kernel32 ntdll)