mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
Tests: Remove ancient workaround in LoadCommand tests
This commit is contained in:
parent
0e1ef0ca39
commit
e55d69cf5a
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user