Changeset 3035 for trunk/cmake
- Timestamp:
- 04/01/15 20:46:13 (10 years ago)
- Location:
- trunk/cmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/standalone.cmake
r3028 r3035 30 30 macro( asap_add_subdirectory ) 31 31 add_subdirectory( apps ) 32 add_subdirectory( external/libpyrap )32 # add_subdirectory( external/libpyrap ) 33 33 add_subdirectory( external/atnf ) 34 34 add_subdirectory( src ) -
trunk/cmake/withcasa.cmake
r3028 r3035 221 221 macro( asap_add_subdirectory ) 222 222 add_subdirectory( apps ) 223 add_subdirectory( external/libpyrap )223 # add_subdirectory( external/libpyrap ) 224 224 add_subdirectory( external-alma/atnf ) 225 225 add_subdirectory( src )
Note:
See TracChangeset
for help on using the changeset viewer.