X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2sim%2FCMakeLists.txt;h=16d28c7e3ac93d2a1d5a857adb935a6bcde2dee4;hb=f5900596513e4359fc839ba361da085674e90b68;hp=bf57fda806919f64799258852fc0a2b8da17e58f;hpb=a9733dbcc47e93a3b2843056f1d587196296c324;p=sim%2Fe2-interface.git diff --git a/e2sim/CMakeLists.txt b/e2sim/CMakeLists.txt old mode 100644 new mode 100755 index bf57fda..16d28c7 --- a/e2sim/CMakeLists.txt +++ b/e2sim/CMakeLists.txt @@ -17,6 +17,8 @@ endif() include ( GNUInstallDirs ) +add_definitions("-D ASN_DISABLE_OER_SUPPORT") + if( NOT CMAKE_INSTALL_LIBDIR ) set( CMAKE_INSTALL_LIBDIR "lib" ) endif() @@ -89,7 +91,7 @@ unset( GPROF CACHE ) # we don't want this to persist -add_subdirectory(src/ASN1c) +add_subdirectory(./asn1c) add_subdirectory(src/DEF) add_subdirectory(src/SCTP) add_subdirectory(src/messagerouting)