Commit 6593ba1b248cea2b05ed38f41b97e777ec11fd87
1 parent
b1e1296b
Exists in
master
and in
50 other branches
Last modifications for #10038
Showing
4 changed files
with
2 additions
and
16 deletions
Show diff stats
CMakeLists.txt
1 | 1 | cmake_minimum_required(VERSION 2.6) |
2 | 2 | |
3 | 3 | PROJECT(AMDA-Kernel) |
4 | -set(ENV{AMDA_COTS_DIR} "/opt") | |
5 | -set(ENV{USERLOCAL_ROOT} "/opt/local") | |
6 | -set(ENV{GCC_ROOT} "/usr") | |
7 | -set(ENV{BOOST_ROOT} "/usr") | |
8 | -set(ENV{DDSERVER_HOST_NAME} "172.200.0.10") | |
9 | -set(ENV{DDSERVER_PORT} 5000) | |
10 | -set(ENV{SONAR_ROOT} "/opt/tools/sonar") | |
11 | -set(ENV{FITNESSE_ROOT} "/opt/tools/FitNesse") | |
12 | -set(ENV{SPICE_KERNELS_DATA} "/usr/local/data/ORBITS/Kernels") | |
13 | -set(ENV{PATH} "/usr/bin:/opt/local/bin:${PATH}") | |
14 | -set(ENV{LD_LIBRARY_PATH} "/usr/lib64:/usr/lib:/opt/local/lib:${LD_LIBRARY_PATH}") | |
15 | - | |
16 | 4 | |
17 | 5 | SET(CPACK_PACKAGE_VERSION_MAJOR "3") |
18 | 6 | SET(CPACK_PACKAGE_VERSION_MINOR "6") | ... | ... |
cmake/modules/FindCon2020.cmake
src/ExternLib/InternalField/InternalFields.hh
test/FitNesseRoot/ReleaseS/SecondPart/ReLease1/SprinT2/UserStory31/content.txt
... | ... | @@ -72,7 +72,6 @@ |
72 | 72 | !|script|TestAmdaCommandLine| |
73 | 73 | |set|${path}|path| |
74 | 74 | |note|!- Suppression des archives créées -!| |
75 | - | |
76 | 75 | |check|execute|!- rm -!|command|-f *.zip |args|0| |
77 | 76 | |check|execute|!- rm -!|command|-f *.gz |args|0| |
78 | 77 | |check|execute|!- rm -!|command|-f *.tar |args|0| |
... | ... | @@ -144,7 +143,6 @@ |
144 | 143 | !|script|TestAmdaCommandLine| |
145 | 144 | |set|${path}|path| |
146 | 145 | |note|!- Suppression des archives créées -!| |
147 | - | |
148 | 146 | |check|execute|!- rm -!|command|-f *.zip |args|0| |
149 | 147 | |check|execute|!- rm -!|command|-f *.gz |args|0| |
150 | 148 | |check|execute|!- rm -!|command|-f *.tar |args|0| | ... | ... |