Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4148c975
Commit
4148c975
authored
Dec 30, 2010
by
Mark Olesen
Browse files
ENH: ensure CMake gets the correct C++ compiler (works with cmake 2.8.3)
- remove settings for really old cmake versions
parent
46a58658
Changes
3
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/graphics/PV3Readers/Allwmake
View file @
4148c975
...
...
@@ -13,6 +13,9 @@ then
exit
1
fi
# ensure CMake gets the correct C++ compiler
[
-n
"
$WM_CXX
"
]
&&
export
CXX
=
"
$WM_CXX
"
wmake libso vtkPV3Readers
PV3blockMeshReader/Allwmake
PV3FoamReader/Allwmake
...
...
etc/apps/paraview3/bashrc
View file @
4148c975
...
...
@@ -38,7 +38,7 @@ cleaned=`$WM_PROJECT_DIR/bin/foamCleanPath "$PATH" "$WM_THIRD_PARTY_DIR/platform
# determine the cmake to be used
unset
CMAKE_HOME
for
cmake
in
cmake-2.8.3 cmake-2.8.1
cmake-2.8.0 cmake-2.6.4
for
cmake
in
cmake-2.8.3 cmake-2.8.1
do
cmake
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$cmake
if
[
-r
$cmake
]
...
...
etc/apps/paraview3/cshrc
View file @
4148c975
...
...
@@ -39,7 +39,7 @@ if ( $status == 0 ) setenv PATH $cleaned
# determine the cmake to be used
unsetenv CMAKE_HOME
foreach cmake
(
cmake-2.8.3 cmake-2.8.1
cmake-2.8.0 cmake-2.6.4
)
foreach cmake
(
cmake-2.8.3 cmake-2.8.1
)
set
cmake
=
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$cmake
if
(
-r
$cmake
)
then
setenv CMAKE_HOME
$cmake
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment