-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCppADCodeGen.patch
More file actions
23 lines (21 loc) · 968 Bytes
/
CppADCodeGen.patch
File metadata and controls
23 lines (21 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31babe6..3f6edb3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -167,18 +167,10 @@ ENDIF()
# Currently building tests as normal executables
# ----------------------------------------------------------------------------
ADD_SUBDIRECTORY(include)
-ADD_SUBDIRECTORY(example EXCLUDE_FROM_ALL)
#ADD_SUBDIRECTORY(introduction EXCLUDE_FROM_ALL)
-ADD_SUBDIRECTORY(speed EXCLUDE_FROM_ALL)
-ADD_SUBDIRECTORY(python)
-ADD_SUBDIRECTORY(pkgconfig)
-ADD_SUBDIRECTORY(doc)
# enable testing must be called here in order for the target test to be created
-ENABLE_TESTING()
-ADD_SUBDIRECTORY(test EXCLUDE_FROM_ALL)
# =============================================================================
# uninstall procedure
# =============================================================================
-ADD_CUSTOM_TARGET(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cppadcodegen_uninstall.cmake)