Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
5870788f
Commit
5870788f
authored
10 years ago
by
Oz Linden
Browse files
Options
Downloads
Patches
Plain Diff
catch a few more cases of STANDALONE -> USESYSTEMLIBS
parent
d00d37d2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/cmake/00-Common.cmake
+1
-1
1 addition, 1 deletion
indra/cmake/00-Common.cmake
indra/cmake/Prebuilt.cmake
+5
-5
5 additions, 5 deletions
indra/cmake/Prebuilt.cmake
with
6 additions
and
6 deletions
indra/cmake/00-Common.cmake
+
1
−
1
View file @
5870788f
...
@@ -226,7 +226,7 @@ endif (LINUX OR DARWIN)
...
@@ -226,7 +226,7 @@ endif (LINUX OR DARWIN)
if
(
USESYSTEMLIBS
)
if
(
USESYSTEMLIBS
)
add_definitions
(
-DLL_
STANDALONE
=1
)
add_definitions
(
-DLL_
USESYSTEMLIBS
=1
)
if
(
LINUX AND
${
ARCH
}
STREQUAL
"i686"
)
if
(
LINUX AND
${
ARCH
}
STREQUAL
"i686"
)
add_definitions
(
-march=pentiumpro
)
add_definitions
(
-march=pentiumpro
)
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/Prebuilt.cmake
+
5
−
5
View file @
5870788f
...
@@ -17,11 +17,11 @@ endif(INSTALL_PROPRIETARY)
...
@@ -17,11 +17,11 @@ endif(INSTALL_PROPRIETARY)
# of previous attempts is serialized in the file
# of previous attempts is serialized in the file
# ${CMAKE_BINARY_DIR}/temp/${_binary}_installed)
# ${CMAKE_BINARY_DIR}/temp/${_binary}_installed)
macro
(
use_prebuilt_binary _binary
)
macro
(
use_prebuilt_binary _binary
)
if
(
NOT DEFINED
STANDALONE
_
${
_binary
}
)
if
(
NOT DEFINED
USESYSTEMLIBS
_
${
_binary
}
)
set
(
STANDALONE
_
${
_binary
}
${
USESYSTEMLIBS
}
)
set
(
USESYSTEMLIBS
_
${
_binary
}
${
USESYSTEMLIBS
}
)
endif
(
NOT DEFINED
STANDALONE
_
${
_binary
}
)
endif
(
NOT DEFINED
USESYSTEMLIBS
_
${
_binary
}
)
if
(
NOT
STANDALONE
_
${
_binary
}
)
if
(
NOT
USESYSTEMLIBS
_
${
_binary
}
)
if
(
"
${${
_binary
}
_installed
}
"
STREQUAL
""
AND EXISTS
"
${
CMAKE_BINARY_DIR
}
/temp/
${
_binary
}
_installed"
)
if
(
"
${${
_binary
}
_installed
}
"
STREQUAL
""
AND EXISTS
"
${
CMAKE_BINARY_DIR
}
/temp/
${
_binary
}
_installed"
)
file
(
READ
${
CMAKE_BINARY_DIR
}
/temp/
${
_binary
}
_installed
"
${
_binary
}
_installed"
)
file
(
READ
${
CMAKE_BINARY_DIR
}
/temp/
${
_binary
}
_installed
"
${
_binary
}
_installed"
)
if
(
DEBUG_PREBUILT
)
if
(
DEBUG_PREBUILT
)
...
@@ -52,7 +52,7 @@ macro (use_prebuilt_binary _binary)
...
@@ -52,7 +52,7 @@ macro (use_prebuilt_binary _binary)
"Failed to download or unpack prebuilt '
${
_binary
}
'."
"Failed to download or unpack prebuilt '
${
_binary
}
'."
" Process returned
${${
_binary
}
_installed
}
."
)
" Process returned
${${
_binary
}
_installed
}
."
)
endif
(
NOT
${
_binary
}
_installed EQUAL 0
)
endif
(
NOT
${
_binary
}
_installed EQUAL 0
)
endif
(
NOT
STANDALONE
_
${
_binary
}
)
endif
(
NOT
USESYSTEMLIBS
_
${
_binary
}
)
endmacro
(
use_prebuilt_binary _binary
)
endmacro
(
use_prebuilt_binary _binary
)
endif
(
NOT DEFINED
${
CMAKE_CURRENT_LIST_FILE
}
_INCLUDED
)
endif
(
NOT DEFINED
${
CMAKE_CURRENT_LIST_FILE
}
_INCLUDED
)
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