Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADIOS2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Podhorszki, Norbert
ADIOS2
Commits
928b5770
Commit
928b5770
authored
7 years ago
by
Wittenburg, William
Browse files
Options
Downloads
Patches
Plain Diff
Add debug message to the object library OFF case
parent
671c893b
No related branches found
No related tags found
2 merge requests
!265
Address various windows issues rebased
,
!263
Get started with AppVeyor CI
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
appveyor.yml
+2
-1
2 additions, 1 deletion
appveyor.yml
scripts/appveyor/av_default.cmake
+2
-0
2 additions, 0 deletions
scripts/appveyor/av_default.cmake
thirdparty/KWSys/CMakeLists.txt
+3
-0
3 additions, 0 deletions
thirdparty/KWSys/CMakeLists.txt
with
7 additions
and
1 deletion
appveyor.yml
+
2
−
1
View file @
928b5770
...
@@ -12,4 +12,5 @@ before_build:
...
@@ -12,4 +12,5 @@ before_build:
-
del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
-
del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
build_script
:
build_script
:
-
cmd
:
ctest.exe -VV -S scripts/appveyor/av_default.cmake -Ddashboard_full=ON -DCTEST_BUILD_NAME=%APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH%_%APPVEYOR_BUILD_NUMBER%_msvc
-
cmd
:
dir
-
cmd
:
ctest.exe -VV -S scripts\appveyor\av_default.cmake -Ddashboard_full=ON -DCTEST_BUILD_NAME=%APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH%_%APPVEYOR_BUILD_NUMBER%_msvc
This diff is collapsed.
Click to expand it.
scripts/appveyor/av_default.cmake
+
2
−
0
View file @
928b5770
...
@@ -30,4 +30,6 @@ ADIOS2_USE_ZFP:STRING=OFF
...
@@ -30,4 +30,6 @@ ADIOS2_USE_ZFP:STRING=OFF
ADIOS2_USE_ZeroMQ:STRING=OFF
ADIOS2_USE_ZeroMQ:STRING=OFF
"
)
"
)
message
(
"Inside av_default.cmake, about to include adios_common"
)
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/../dashboard/adios_common.cmake
)
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/../dashboard/adios_common.cmake
)
This diff is collapsed.
Click to expand it.
thirdparty/KWSys/CMakeLists.txt
+
3
−
0
View file @
928b5770
message
(
"TESTING MESSAGE PRINT FROM KWSYS"
)
set
(
KWSYS_NAMESPACE adios2sys
)
set
(
KWSYS_NAMESPACE adios2sys
)
set
(
KWSYS_USE_DynamicLoader ON
)
set
(
KWSYS_USE_DynamicLoader ON
)
set
(
KWSYS_USE_RegularExpression ON
)
set
(
KWSYS_USE_RegularExpression ON
)
...
@@ -8,6 +10,7 @@ if(WIN32)
...
@@ -8,6 +10,7 @@ if(WIN32)
message
(
"TURNED OFF OBJECT LIBRARY"
)
message
(
"TURNED OFF OBJECT LIBRARY"
)
set
(
KWSYS_SPLIT_OBJECTS_FROM_INTERFACE OFF
)
set
(
KWSYS_SPLIT_OBJECTS_FROM_INTERFACE OFF
)
else
()
else
()
message
(
"TURNED ON OBJECT LIBRARY"
)
set
(
KWSYS_SPLIT_OBJECTS_FROM_INTERFACE ON
)
set
(
KWSYS_SPLIT_OBJECTS_FROM_INTERFACE ON
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment