mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Tests: Remove ancient workaround in LoadCommand tests
This commit is contained in:
@@ -22,13 +22,6 @@ else()
|
||||
${LoadCommand_SOURCE_DIR}/CMakeCommands
|
||||
CMAKE_LOADED_COMMANDS CMAKE_FLAGS -DMUDSLIDE_TYPE:STRING=MUCHO
|
||||
OUTPUT_VARIABLE OUTPUT )
|
||||
# do another TRY_COMPILE to get around make
|
||||
# problem on hp
|
||||
try_compile(COMPILE_OK
|
||||
${LoadCommand_BINARY_DIR}/CMakeCommands
|
||||
${LoadCommand_SOURCE_DIR}/CMakeCommands
|
||||
CMAKE_LOADED_COMMANDS CMAKE_FLAGS -DMUDSLIDE_TYPE:STRING=MUCHO
|
||||
OUTPUT_VARIABLE OUTPUT )
|
||||
endif()
|
||||
|
||||
message("Output from try compile: ${OUTPUT}")
|
||||
|
||||
@@ -28,13 +28,6 @@ else()
|
||||
${LoadCommand_SOURCE_DIR}/CMakeCommands
|
||||
CMAKE_LOADED_COMMANDS CMAKE_FLAGS -DMUDSLIDE_TYPE:STRING=MUCHO
|
||||
OUTPUT_VARIABLE OUTPUT )
|
||||
# do another TRY_COMPILE to get around make
|
||||
# problem on hp
|
||||
try_compile(COMPILE_OK
|
||||
${LoadCommand_BINARY_DIR}/CMakeCommands
|
||||
${LoadCommand_SOURCE_DIR}/CMakeCommands
|
||||
CMAKE_LOADED_COMMANDS CMAKE_FLAGS -DMUDSLIDE_TYPE:STRING=MUCHO
|
||||
OUTPUT_VARIABLE OUTPUT )
|
||||
endif()
|
||||
|
||||
message("Output from try compile: ${OUTPUT}")
|
||||
|
||||
Reference in New Issue
Block a user