Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
e12baca0
Commit
e12baca0
authored
Jan 07, 2003
by
Bill Hoffman
Browse files
use bootstrap initial flags
parent
aad576a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e12baca0
...
@@ -10,7 +10,8 @@ ENABLE_TESTING()
...
@@ -10,7 +10,8 @@ ENABLE_TESTING()
# Include the standard Dart testing module
# Include the standard Dart testing module
INCLUDE
(
${
CMake_SOURCE_DIR
}
/Modules/Dart.cmake
)
INCLUDE
(
${
CMake_SOURCE_DIR
}
/Modules/Dart.cmake
)
INCLUDE
(
${
CMake_BINARY_DIR
}
/Source/InitialConfigureFlags.cmake OPTIONAL
)
INCLUDE
(
${
CMake_BINARY_DIR
}
/Bootstrap/Source/InitialConfigureFlags.cmake
OPTIONAL
)
IF
(
CMAKE_CONFIGURE_INSTALL_PREFIX
)
IF
(
CMAKE_CONFIGURE_INSTALL_PREFIX
)
SET
(
CMAKE_INSTALL_PREFIX
${
CMAKE_CONFIGURE_INSTALL_PREFIX
}
)
SET
(
CMAKE_INSTALL_PREFIX
${
CMAKE_CONFIGURE_INSTALL_PREFIX
}
)
...
...
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